#6C1488

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

Shades of Purple #6C1488

Tints of Purple #6C1488

Color information

#6C1488 (or 0x6C1488) is unknown color: approx Purple. HEX triplet: 6C, 14 and 88. RGB value is (108,20,136). Sum of RGB (Red+Green+Blue) = 108+20+136=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C1488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1488 is #93EB77. Grayscale: #3B3B3B. Windows color (decimal): -9694072 or 8918124. OLE color: 8918124.

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

Color convert

RGB10820136-
CMYK0.210.8500.47
HSL285.52º74.36%30.59%-
HSV(B)285.52º85.29%53.33%-
XYZ10.885.4723.77-
YUV59.54171.15162.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=40.91%
G=7.58%
B=51.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108201360.210.8500.47285.5274.3630.59
Hex6C1488155502F11e4a1f
Octal154242102512505743611237
Binary110110010100100010001010110101010101111100011110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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