Shades of Purple Heart #6214A8
Tints of Purple Heart #6214A8
RGB
CMYK
RGB Variations
Color information
#6214A8 (or 0x6214A8) is known color: Purple Heart. HEX triplet: 62, 14 and A8. RGB value is (98,20,168). Sum of RGB (Red+Green+Blue) = 98+20+168=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 168 (66.02% from 255 or 58.74% from 286); Max value from RGB is 168 - color contains mainly: blue. Hex color #6214A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6214A8 is #9DEB57. Grayscale: #3B3B3B. Windows color (decimal): -10349400 or 11015266. OLE color: 11015266.
HSL color Cylindrical-coordinate representation of color #6214A8: hue angle of 271.62º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6214A8 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 20 | 168 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.34 |
| HSL | 271.62º | 0.79% | 0.37% | - |
| HSV(B) | 271.62º | 0.88% | 0.66% | - |
| XYZ | 12.36 | 5.92 | 37.54 | - |
| YUV | 60.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 168 | 0.42 | 0.88 | 0 | 0.34 | 271.62 | 0.79 | 0.37 |
| Hex | 62 | 14 | A8 | 2A | 58 | 0 | 22 | 110 | 4F | 25 |
| Octal | 142 | 24 | 250 | 52 | 130 | 0 | 42 | 420 | 117 | 45 |
| Binary | 1100010 | 10100 | 10101000 | 101010 | 1011000 | 0 | 100010 | 100010000 | 1001111 | 100101 |
Color Harmonies of #6214A8
Complementary color
Monochromatic Colors of #6214A8
Black with #6214A8
Text Example
Text Example
White with #6214A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214A8; }
p { color: rgb(98,20,168); }
H1.HeaderClassName
{
color: #6214A8;
}
.AnyTagClassName
{
color: #6214A8;
}
</style>
background-color css
<style>
a { background-color: #6214A8; }
a { background-color: rgb(98,20,168); }
div.DivClassName
{
background-color: #6214A8;
}
.BgClassName
{
background-color: #6214A8;
}
</style>
border-color css
<style>
span { border-color: #6214A8; }
span { border-color: rgb(98,20,168); }
td.TdClassName
{
border-color: #6214A8;
}
.TagClassName
{
border-color: #6214A8;
}
</style>