Shades of Purple Heart #6217C9
Tints of Purple Heart #6217C9
RGB
CMYK
RGB Variations
Color information
#6217C9 (or 0x6217C9) is known color: Purple Heart. HEX triplet: 62, 17 and C9. RGB value is (98,23,201). Sum of RGB (Red+Green+Blue) = 98+23+201=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #6217C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217C9 is #9DE836. Grayscale: #414141. Windows color (decimal): -10348599 or 13178722. OLE color: 13178722.
HSL color Cylindrical-coordinate representation of color #6217C9: hue angle of 265.28º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6217C9 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 23 | 201 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.21 |
| HSL | 265.28º | 0.79% | 0.44% | - |
| HSV(B) | 265.28º | 0.89% | 0.79% | - |
| XYZ | 15.89 | 7.43 | 55.85 | - |
| YUV | 65.72 | 204.35 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 201 | 0.51 | 0.89 | 0 | 0.21 | 265.28 | 0.79 | 0.44 |
| Hex | 62 | 17 | C9 | 33 | 59 | 0 | 15 | 109 | 4F | 2C |
| Octal | 142 | 27 | 311 | 63 | 131 | 0 | 25 | 411 | 117 | 54 |
| Binary | 1100010 | 10111 | 11001001 | 110011 | 1011001 | 0 | 10101 | 100001001 | 1001111 | 101100 |
Color Harmonies of #6217C9
Complementary color
Monochromatic Colors of #6217C9
Black with #6217C9
Text Example
Text Example
White with #6217C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6217C9; }
p { color: rgb(98,23,201); }
H1.HeaderClassName
{
color: #6217C9;
}
.AnyTagClassName
{
color: #6217C9;
}
</style>
background-color css
<style>
a { background-color: #6217C9; }
a { background-color: rgb(98,23,201); }
div.DivClassName
{
background-color: #6217C9;
}
.BgClassName
{
background-color: #6217C9;
}
</style>
border-color css
<style>
span { border-color: #6217C9; }
span { border-color: rgb(98,23,201); }
td.TdClassName
{
border-color: #6217C9;
}
.TagClassName
{
border-color: #6217C9;
}
</style>