Shades of Purple Heart #4224CF
Tints of Purple Heart #4224CF
RGB
CMYK
RGB Variations
Color information
#4224CF (or 0x4224CF) is known color: Purple Heart. HEX triplet: 42, 24 and CF. RGB value is (66,36,207). Sum of RGB (Red+Green+Blue) = 66+36+207=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #4224CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4224CF is #BDDB30. Grayscale: #3F3F3F. Windows color (decimal): -12442417 or 13575234. OLE color: 13575234.
HSL color Cylindrical-coordinate representation of color #4224CF: hue angle of 250.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4224CF is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 36 | 207 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.19 |
| HSL | 250.53º | 0.7% | 0.48% | - |
| HSV(B) | 250.53º | 0.83% | 0.81% | - |
| XYZ | 14.14 | 6.92 | 59.62 | - |
| YUV | 64.46 | 208.44 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 207 | 0.68 | 0.83 | 0 | 0.19 | 250.53 | 0.7 | 0.48 |
| Hex | 42 | 24 | CF | 44 | 53 | 0 | 13 | FB | 46 | 30 |
| Octal | 102 | 44 | 317 | 104 | 123 | 0 | 23 | 373 | 106 | 60 |
| Binary | 1000010 | 100100 | 11001111 | 1000100 | 1010011 | 0 | 10011 | 11111011 | 1000110 | 110000 |
Color Harmonies of #4224CF
Complementary color
Monochromatic Colors of #4224CF
Black with #4224CF
Text Example
Text Example
White with #4224CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4224CF; }
p { color: rgb(66,36,207); }
H1.HeaderClassName
{
color: #4224CF;
}
.AnyTagClassName
{
color: #4224CF;
}
</style>
background-color css
<style>
a { background-color: #4224CF; }
a { background-color: rgb(66,36,207); }
div.DivClassName
{
background-color: #4224CF;
}
.BgClassName
{
background-color: #4224CF;
}
</style>
border-color css
<style>
span { border-color: #4224CF; }
span { border-color: rgb(66,36,207); }
td.TdClassName
{
border-color: #4224CF;
}
.TagClassName
{
border-color: #4224CF;
}
</style>