Shades of Purple Heart #6217DC
Tints of Purple Heart #6217DC
RGB
CMYK
RGB Variations
Color information
#6217DC (or 0x6217DC) is known color: Purple Heart. HEX triplet: 62, 17 and DC. RGB value is (98,23,220). Sum of RGB (Red+Green+Blue) = 98+23+220=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6217DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217DC is #9DE823. Grayscale: #434343. Windows color (decimal): -10348580 or 14423906. OLE color: 14423906.
HSL color Cylindrical-coordinate representation of color #6217DC: hue angle of 262.84º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6217DC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 23 | 220 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.14 |
| HSL | 262.84º | 0.81% | 0.48% | - |
| HSV(B) | 262.84º | 0.9% | 0.86% | - |
| XYZ | 18.26 | 8.38 | 68.36 | - |
| YUV | 67.88 | 213.85 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 220 | 0.55 | 0.90 | 0 | 0.14 | 262.84 | 0.81 | 0.48 |
| Hex | 62 | 17 | DC | 37 | 5A | 0 | E | 107 | 51 | 30 |
| Octal | 142 | 27 | 334 | 67 | 132 | 0 | 16 | 407 | 121 | 60 |
| Binary | 1100010 | 10111 | 11011100 | 110111 | 1011010 | 0 | 1110 | 100000111 | 1010001 | 110000 |
Color Harmonies of #6217DC
Complementary color
Monochromatic Colors of #6217DC
Black with #6217DC
Text Example
Text Example
White with #6217DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6217DC; }
p { color: rgb(98,23,220); }
H1.HeaderClassName
{
color: #6217DC;
}
.AnyTagClassName
{
color: #6217DC;
}
</style>
background-color css
<style>
a { background-color: #6217DC; }
a { background-color: rgb(98,23,220); }
div.DivClassName
{
background-color: #6217DC;
}
.BgClassName
{
background-color: #6217DC;
}
</style>
border-color css
<style>
span { border-color: #6217DC; }
span { border-color: rgb(98,23,220); }
td.TdClassName
{
border-color: #6217DC;
}
.TagClassName
{
border-color: #6217DC;
}
</style>