#6c158d

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

Shades of Purple #6C158D

Tints of Purple #6C158D

Color information

#6C158D (or 0x6C158D) is unknown color: approx Purple. HEX triplet: 6C, 15 and 8D. RGB value is (108,21,141). Sum of RGB (Red+Green+Blue) = 108+21+141=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C158D is #93EA72. Grayscale: #3C3C3C. Windows color (decimal): -9693811 or 9246060. OLE color: 9246060.

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

Color convert

RGB10821141-
CMYK0.230.8500.45
HSL283.5º74.07%31.76%-
HSV(B)283.5º85.11%55.29%-
XYZ11.265.6525.7-
YUV60.69173.32161.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=40%
G=7.78%
B=52.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108211410.230.8500.45283.574.0731.76
Hex6C158D175502D11c4a20
Octal154252152712505543411240
Binary1101100101011000110110111101010101011011000111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c158d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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