#6B1485

Color #6B1485 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #6B1485

Tints of Purple #6B1485

Color information

#6B1485 (or 0x6B1485) is unknown color: approx Purple. HEX triplet: 6B, 14 and 85. RGB value is (107,20,133). Sum of RGB (Red+Green+Blue) = 107+20+133=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1485 is #94EB7A. Grayscale: #3A3A3A. Windows color (decimal): -9759611 or 8721515. OLE color: 8721515.

HSL color Cylindrical-coordinate representation of color #6B1485: hue angle of 286.19º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1485 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10720133-
CMYK0.200.8500.48
HSL286.19º73.86%30%-
HSV(B)286.19º84.96%52.16%-
XYZ10.555.3222.66-
YUV58.9169.82162.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 41.15%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=41.15%
G=7.69%
B=51.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107201330.200.8500.48286.1973.8630
Hex6B1485145503011e4a1e
Octal153242052412506043611236
Binary110101110100100001011010010101010110000100011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1485; }

 p { color: rgb(107,20,133); }

 H1.HeaderClassName
 {
   color: #6B1485;
 }
 .AnyTagClassName
 {
   color: #6B1485;
 }
</style>
background-color css

<style>
 a { background-color: #6B1485; }

 a { background-color: rgb(107,20,133); }

 div.DivClassName
 {
   background-color: #6B1485;
 }
 .BgClassName
 {
   background-color: #6B1485;
 }
</style>
border-color css

<style>
 span { border-color: #6B1485; }

 span { border-color: rgb(107,20,133); }

 td.TdClassName
 {
   border-color: #6B1485;
 }
 .TagClassName
 {
   border-color: #6B1485;
 }
</style>