#6C1288

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

Shades of Purple #6C1288

Tints of Purple #6C1288

Color information

#6C1288 (or 0x6C1288) is unknown color: approx Purple. HEX triplet: 6C, 12 and 88. RGB value is (108,18,136). Sum of RGB (Red+Green+Blue) = 108+18+136=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C1288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1288 is #93ED77. Grayscale: #393939. Windows color (decimal): -9694584 or 8917612. OLE color: 8917612.

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

Color convert

RGB10818136-
CMYK0.210.8700.47
HSL285.76º76.62%30.2%-
HSV(B)285.76º86.76%53.33%-
XYZ10.845.423.76-
YUV58.36171.82163.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.22%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=41.22%
G=6.87%
B=51.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108181360.210.8700.47285.7676.6230.2
Hex6C1288155702F11e4d1e
Octal154222102512705743611536
Binary110110010010100010001010110101110101111100011110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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