#6C0CB8

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

Shades of Purple Heart #6C0CB8

Tints of Purple Heart #6C0CB8

Color information

#6C0CB8 (or 0x6C0CB8) is unknown color: approx Purple Heart. HEX triplet: 6C, 0C and B8. RGB value is (108,12,184). Sum of RGB (Red+Green+Blue) = 108+12+184=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #6C0CB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0CB8 is #93F347. Grayscale: #3B3B3B. Windows color (decimal): -9696072 or 12061804. OLE color: 12061804.

HSL color Cylindrical-coordinate representation of color #6C0CB8: hue angle of 273.49º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0CB8 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10812184-
CMYK0.410.9300.28
HSL273.49º87.76%38.43%-
HSV(B)273.49º93.48%72.16%-
XYZ14.976.9145.89-
YUV60.31197.8162.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 184 (72.27% from 255) = 60.53%
R=35.53%
G=3.95%
B=60.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal108121840.410.9300.28273.4987.7638.43
Hex6CCB8295D01C1115826
Octal154142705113503442113046
Binary110110011001011100010100110111010111001000100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,12,184); }

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

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

 a { background-color: rgb(108,12,184); }

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

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

 span { border-color: rgb(108,12,184); }

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