#6C158E

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

Shades of Purple #6C158E

Tints of Purple #6C158E

Color information

#6C158E (or 0x6C158E) is unknown color: approx Purple. HEX triplet: 6C, 15 and 8E. RGB value is (108,21,142). Sum of RGB (Red+Green+Blue) = 108+21+142=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C158E is #93EA71. Grayscale: #3C3C3C. Windows color (decimal): -9693810 or 9311596. OLE color: 9311596.

HSL color Cylindrical-coordinate representation of color #6C158E: hue angle of 283.14º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C158E is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10821142-
CMYK0.240.8500.44
HSL283.14º74.23%31.96%-
HSV(B)283.14º85.21%55.69%-
XYZ11.335.6826.09-
YUV60.81173.82161.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.85%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=39.85%
G=7.75%
B=52.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108211420.240.8500.44283.1474.2331.96
Hex6C158E185502C11b4a20
Octal154252163012505443311240
Binary1101100101011000111011000101010101011001000110111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,21,142); }

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

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

 a { background-color: rgb(108,21,142); }

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

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

 span { border-color: rgb(108,21,142); }

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