#6c1489

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

Shades of Purple #6C1489

Tints of Purple #6C1489

Color information

#6C1489 (or 0x6C1489) is unknown color: approx Purple. HEX triplet: 6C, 14 and 89. RGB value is (108,20,137). Sum of RGB (Red+Green+Blue) = 108+20+137=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C1489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1489 is #93EB76. Grayscale: #3B3B3B. Windows color (decimal): -9694071 or 8983660. OLE color: 8983660.

HSL color Cylindrical-coordinate representation of color #6C1489: hue angle of 285.13º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1489 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10820137-
CMYK0.210.8500.46
HSL285.13º74.52%30.78%-
HSV(B)285.13º85.4%53.73%-
XYZ10.955.4924.15-
YUV59.65171.65162.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=40.75%
G=7.55%
B=51.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108201370.210.8500.46285.1374.5230.78
Hex6C1489155502E11d4b1f
Octal154242112512505643511337
Binary110110010100100010011010110101010101110100011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,20,137); }

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

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

 a { background-color: rgb(108,20,137); }

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

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

 span { border-color: rgb(108,20,137); }

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