Shades of Purple Heart #6C20DC
Tints of Purple Heart #6C20DC
RGB
CMYK
RGB Variations
Color information
#6C20DC (or 0x6C20DC) is known color: Purple Heart. HEX triplet: 6C, 20 and DC. RGB value is (108,32,220). Sum of RGB (Red+Green+Blue) = 108+32+220=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C20DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C20DC is #93DF23. Grayscale: #4B4B4B. Windows color (decimal): -9690916 or 14426220. OLE color: 14426220.
HSL color Cylindrical-coordinate representation of color #6C20DC: hue angle of 264.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C20DC is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 32 | 220 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.14 |
| HSL | 264.26º | 0.75% | 0.49% | - |
| HSV(B) | 264.26º | 0.85% | 0.86% | - |
| XYZ | 19.62 | 9.39 | 68.49 | - |
| YUV | 76.16 | 209.18 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 220 | 0.51 | 0.85 | 0 | 0.14 | 264.26 | 0.75 | 0.49 |
| Hex | 6C | 20 | DC | 33 | 55 | 0 | E | 108 | 4B | 31 |
| Octal | 154 | 40 | 334 | 63 | 125 | 0 | 16 | 410 | 113 | 61 |
| Binary | 1101100 | 100000 | 11011100 | 110011 | 1010101 | 0 | 1110 | 100001000 | 1001011 | 110001 |
Color Harmonies of #6C20DC
Complementary color
Monochromatic Colors of #6C20DC
Black with #6C20DC
Text Example
Text Example
White with #6C20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C20DC; }
p { color: rgb(108,32,220); }
H1.HeaderClassName
{
color: #6C20DC;
}
.AnyTagClassName
{
color: #6C20DC;
}
</style>
background-color css
<style>
a { background-color: #6C20DC; }
a { background-color: rgb(108,32,220); }
div.DivClassName
{
background-color: #6C20DC;
}
.BgClassName
{
background-color: #6C20DC;
}
</style>
border-color css
<style>
span { border-color: #6C20DC; }
span { border-color: rgb(108,32,220); }
td.TdClassName
{
border-color: #6C20DC;
}
.TagClassName
{
border-color: #6C20DC;
}
</style>