Shades of Purple Heart #6224C9
Tints of Purple Heart #6224C9
RGB
CMYK
RGB Variations
Color information
#6224C9 (or 0x6224C9) is known color: Purple Heart. HEX triplet: 62, 24 and C9. RGB value is (98,36,201). Sum of RGB (Red+Green+Blue) = 98+36+201=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #6224C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224C9 is #9DDB36. Grayscale: #484848. Windows color (decimal): -10345271 or 13182050. OLE color: 13182050.
HSL color Cylindrical-coordinate representation of color #6224C9: hue angle of 262.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6224C9 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 36 | 201 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.21 |
| HSL | 262.55º | 0.7% | 0.46% | - |
| HSV(B) | 262.55º | 0.82% | 0.79% | - |
| XYZ | 16.21 | 8.08 | 55.96 | - |
| YUV | 73.35 | 200.04 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 201 | 0.51 | 0.82 | 0 | 0.21 | 262.55 | 0.7 | 0.46 |
| Hex | 62 | 24 | C9 | 33 | 52 | 0 | 15 | 107 | 46 | 2E |
| Octal | 142 | 44 | 311 | 63 | 122 | 0 | 25 | 407 | 106 | 56 |
| Binary | 1100010 | 100100 | 11001001 | 110011 | 1010010 | 0 | 10101 | 100000111 | 1000110 | 101110 |
Color Harmonies of #6224C9
Complementary color
Monochromatic Colors of #6224C9
Black with #6224C9
Text Example
Text Example
White with #6224C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6224C9; }
p { color: rgb(98,36,201); }
H1.HeaderClassName
{
color: #6224C9;
}
.AnyTagClassName
{
color: #6224C9;
}
</style>
background-color css
<style>
a { background-color: #6224C9; }
a { background-color: rgb(98,36,201); }
div.DivClassName
{
background-color: #6224C9;
}
.BgClassName
{
background-color: #6224C9;
}
</style>
border-color css
<style>
span { border-color: #6224C9; }
span { border-color: rgb(98,36,201); }
td.TdClassName
{
border-color: #6224C9;
}
.TagClassName
{
border-color: #6224C9;
}
</style>