Shades of Purple Heart #4F22CF
Tints of Purple Heart #4F22CF
RGB
CMYK
RGB Variations
Color information
#4F22CF (or 0x4F22CF) is known color: Purple Heart. HEX triplet: 4F, 22 and CF. RGB value is (79,34,207). Sum of RGB (Red+Green+Blue) = 79+34+207=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F22CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F22CF is #B0DD30. Grayscale: #424242. Windows color (decimal): -11590961 or 13574735. OLE color: 13574735.
HSL color Cylindrical-coordinate representation of color #4F22CF: hue angle of 255.61º 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 #4F22CF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 34 | 207 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.19 |
| HSL | 255.61º | 0.72% | 0.47% | - |
| HSV(B) | 255.61º | 0.84% | 0.81% | - |
| XYZ | 15.06 | 7.31 | 59.65 | - |
| YUV | 67.18 | 206.91 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 207 | 0.62 | 0.84 | 0 | 0.19 | 255.61 | 0.72 | 0.47 |
| Hex | 4F | 22 | CF | 3E | 54 | 0 | 13 | 100 | 48 | 2F |
| Octal | 117 | 42 | 317 | 76 | 124 | 0 | 23 | 400 | 110 | 57 |
| Binary | 1001111 | 100010 | 11001111 | 111110 | 1010100 | 0 | 10011 | 100000000 | 1001000 | 101111 |
Color Harmonies of #4F22CF
Complementary color
Monochromatic Colors of #4F22CF
Black with #4F22CF
Text Example
Text Example
White with #4F22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F22CF; }
p { color: rgb(79,34,207); }
H1.HeaderClassName
{
color: #4F22CF;
}
.AnyTagClassName
{
color: #4F22CF;
}
</style>
background-color css
<style>
a { background-color: #4F22CF; }
a { background-color: rgb(79,34,207); }
div.DivClassName
{
background-color: #4F22CF;
}
.BgClassName
{
background-color: #4F22CF;
}
</style>
border-color css
<style>
span { border-color: #4F22CF; }
span { border-color: rgb(79,34,207); }
td.TdClassName
{
border-color: #4F22CF;
}
.TagClassName
{
border-color: #4F22CF;
}
</style>