Shades of Purple Heart #6022DC
Tints of Purple Heart #6022DC
RGB
CMYK
RGB Variations
Color information
#6022DC (or 0x6022DC) is known color: Purple Heart. HEX triplet: 60, 22 and DC. RGB value is (96,34,220). Sum of RGB (Red+Green+Blue) = 96+34+220=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #6022DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6022DC is #9FDD23. Grayscale: #494949. Windows color (decimal): -10476836 or 14426720. OLE color: 14426720.
HSL color Cylindrical-coordinate representation of color #6022DC: hue angle of 260º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6022DC is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 34 | 220 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.14 |
| HSL | 260º | 0.73% | 0.5% | - |
| HSV(B) | 260º | 0.85% | 0.86% | - |
| XYZ | 18.31 | 8.8 | 68.44 | - |
| YUV | 73.74 | 210.54 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 220 | 0.56 | 0.85 | 0 | 0.14 | 260 | 0.73 | 0.5 |
| Hex | 60 | 22 | DC | 38 | 55 | 0 | E | 104 | 49 | 32 |
| Octal | 140 | 42 | 334 | 70 | 125 | 0 | 16 | 404 | 111 | 62 |
| Binary | 1100000 | 100010 | 11011100 | 111000 | 1010101 | 0 | 1110 | 100000100 | 1001001 | 110010 |
Color Harmonies of #6022DC
Complementary color
Monochromatic Colors of #6022DC
Black with #6022DC
Text Example
Text Example
White with #6022DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6022DC; }
p { color: rgb(96,34,220); }
H1.HeaderClassName
{
color: #6022DC;
}
.AnyTagClassName
{
color: #6022DC;
}
</style>
background-color css
<style>
a { background-color: #6022DC; }
a { background-color: rgb(96,34,220); }
div.DivClassName
{
background-color: #6022DC;
}
.BgClassName
{
background-color: #6022DC;
}
</style>
border-color css
<style>
span { border-color: #6022DC; }
span { border-color: rgb(96,34,220); }
td.TdClassName
{
border-color: #6022DC;
}
.TagClassName
{
border-color: #6022DC;
}
</style>