Shades of Purple Heart #4422CF
Tints of Purple Heart #4422CF
RGB
CMYK
RGB Variations
Color information
#4422CF (or 0x4422CF) is known color: Purple Heart. HEX triplet: 44, 22 and CF. RGB value is (68,34,207). Sum of RGB (Red+Green+Blue) = 68+34+207=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 34 (13.67% from 255 or 11.00% 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 #4422CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4422CF is #BBDD30. Grayscale: #3F3F3F. Windows color (decimal): -12311857 or 13574724. OLE color: 13574724.
HSL color Cylindrical-coordinate representation of color #4422CF: hue angle of 251.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4422CF is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 34 | 207 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.19 |
| HSL | 251.79º | 0.72% | 0.47% | - |
| HSV(B) | 251.79º | 0.84% | 0.81% | - |
| XYZ | 14.22 | 6.88 | 59.61 | - |
| YUV | 63.89 | 208.76 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 207 | 0.67 | 0.84 | 0 | 0.19 | 251.79 | 0.72 | 0.47 |
| Hex | 44 | 22 | CF | 43 | 54 | 0 | 13 | FC | 48 | 2F |
| Octal | 104 | 42 | 317 | 103 | 124 | 0 | 23 | 374 | 110 | 57 |
| Binary | 1000100 | 100010 | 11001111 | 1000011 | 1010100 | 0 | 10011 | 11111100 | 1001000 | 101111 |
Color Harmonies of #4422CF
Complementary color
Monochromatic Colors of #4422CF
Black with #4422CF
Text Example
Text Example
White with #4422CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4422CF; }
p { color: rgb(68,34,207); }
H1.HeaderClassName
{
color: #4422CF;
}
.AnyTagClassName
{
color: #4422CF;
}
</style>
background-color css
<style>
a { background-color: #4422CF; }
a { background-color: rgb(68,34,207); }
div.DivClassName
{
background-color: #4422CF;
}
.BgClassName
{
background-color: #4422CF;
}
</style>
border-color css
<style>
span { border-color: #4422CF; }
span { border-color: rgb(68,34,207); }
td.TdClassName
{
border-color: #4422CF;
}
.TagClassName
{
border-color: #4422CF;
}
</style>