#6C0DCD

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

Shades of Purple Heart #6C0DCD

Tints of Purple Heart #6C0DCD

Color information

#6C0DCD (or 0x6C0DCD) is unknown color: approx Purple Heart. HEX triplet: 6C, 0D and CD. RGB value is (108,13,205). Sum of RGB (Red+Green+Blue) = 108+13+205=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C0DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0DCD is #93F232. Grayscale: #3E3E3E. Windows color (decimal): -9695795 or 13438316. OLE color: 13438316.

HSL color Cylindrical-coordinate representation of color #6C0DCD: hue angle of 269.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0DCD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10813205-
CMYK0.470.9400.20
HSL269.69º88.07%42.75%-
HSV(B)269.69º93.66%80.39%-
XYZ17.357.8858.37-
YUV63.29207.97159.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 13 (5.47% from 255) = 3.99%
BLUE value IS 205 (80.47% from 255) = 62.88%
R=33.13%
G=3.99%
B=62.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108132050.470.9400.20269.6988.0742.75
Hex6CDCD2F5E01410e582b
Octal154153155713602441613053
Binary110110011011100110110111110111100101001000011101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,13,205); }

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

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

 a { background-color: rgb(108,13,205); }

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

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

 span { border-color: rgb(108,13,205); }

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