Shades of Purple Heart #6214DB
Tints of Purple Heart #6214DB
RGB
CMYK
RGB Variations
Color information
#6214DB (or 0x6214DB) is known color: Purple Heart. HEX triplet: 62, 14 and DB. RGB value is (98,20,219). Sum of RGB (Red+Green+Blue) = 98+20+219=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #6214DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214DB is #9DEB24. Grayscale: #414141. Windows color (decimal): -10349349 or 14357602. OLE color: 14357602.
HSL color Cylindrical-coordinate representation of color #6214DB: hue angle of 263.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6214DB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 20 | 219 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.14 |
| HSL | 263.52º | 0.83% | 0.47% | - |
| HSV(B) | 263.52º | 0.91% | 0.86% | - |
| XYZ | 18.07 | 8.21 | 67.65 | - |
| YUV | 66.01 | 214.34 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 219 | 0.55 | 0.91 | 0 | 0.14 | 263.52 | 0.83 | 0.47 |
| Hex | 62 | 14 | DB | 37 | 5B | 0 | E | 108 | 53 | 2F |
| Octal | 142 | 24 | 333 | 67 | 133 | 0 | 16 | 410 | 123 | 57 |
| Binary | 1100010 | 10100 | 11011011 | 110111 | 1011011 | 0 | 1110 | 100001000 | 1010011 | 101111 |
Color Harmonies of #6214DB
Complementary color
Monochromatic Colors of #6214DB
Black with #6214DB
Text Example
Text Example
White with #6214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214DB; }
p { color: rgb(98,20,219); }
H1.HeaderClassName
{
color: #6214DB;
}
.AnyTagClassName
{
color: #6214DB;
}
</style>
background-color css
<style>
a { background-color: #6214DB; }
a { background-color: rgb(98,20,219); }
div.DivClassName
{
background-color: #6214DB;
}
.BgClassName
{
background-color: #6214DB;
}
</style>
border-color css
<style>
span { border-color: #6214DB; }
span { border-color: rgb(98,20,219); }
td.TdClassName
{
border-color: #6214DB;
}
.TagClassName
{
border-color: #6214DB;
}
</style>