Shades of Purple Heart #6214CE
Tints of Purple Heart #6214CE
RGB
CMYK
RGB Variations
Color information
#6214CE (or 0x6214CE) is known color: Purple Heart. HEX triplet: 62, 14 and CE. RGB value is (98,20,206). Sum of RGB (Red+Green+Blue) = 98+20+206=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #6214CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214CE is #9DEB31. Grayscale: #3F3F3F. Windows color (decimal): -10349362 or 13505634. OLE color: 13505634.
HSL color Cylindrical-coordinate representation of color #6214CE: hue angle of 265.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6214CE is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 20 | 206 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.19 |
| HSL | 265.16º | 0.82% | 0.44% | - |
| HSV(B) | 265.16º | 0.9% | 0.81% | - |
| XYZ | 16.43 | 7.55 | 58.98 | - |
| YUV | 64.53 | 207.84 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 206 | 0.52 | 0.90 | 0 | 0.19 | 265.16 | 0.82 | 0.44 |
| Hex | 62 | 14 | CE | 34 | 5A | 0 | 13 | 109 | 52 | 2C |
| Octal | 142 | 24 | 316 | 64 | 132 | 0 | 23 | 411 | 122 | 54 |
| Binary | 1100010 | 10100 | 11001110 | 110100 | 1011010 | 0 | 10011 | 100001001 | 1010010 | 101100 |
Color Harmonies of #6214CE
Complementary color
Monochromatic Colors of #6214CE
Black with #6214CE
Text Example
Text Example
White with #6214CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214CE; }
p { color: rgb(98,20,206); }
H1.HeaderClassName
{
color: #6214CE;
}
.AnyTagClassName
{
color: #6214CE;
}
</style>
background-color css
<style>
a { background-color: #6214CE; }
a { background-color: rgb(98,20,206); }
div.DivClassName
{
background-color: #6214CE;
}
.BgClassName
{
background-color: #6214CE;
}
</style>
border-color css
<style>
span { border-color: #6214CE; }
span { border-color: rgb(98,20,206); }
td.TdClassName
{
border-color: #6214CE;
}
.TagClassName
{
border-color: #6214CE;
}
</style>