Shades of Purple Heart #4F34CF
Tints of Purple Heart #4F34CF
RGB
CMYK
RGB Variations
Color information
#4F34CF (or 0x4F34CF) is known color: Purple Heart. HEX triplet: 4F, 34 and CF. RGB value is (79,52,207). Sum of RGB (Red+Green+Blue) = 79+52+207=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F34CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F34CF is #B0CB30. Grayscale: #4D4D4D. Windows color (decimal): -11586353 or 13579343. OLE color: 13579343.
HSL color Cylindrical-coordinate representation of color #4F34CF: hue angle of 250.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F34CF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 52 | 207 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.19 |
| HSL | 250.45º | 0.62% | 0.51% | - |
| HSV(B) | 250.45º | 0.75% | 0.81% | - |
| XYZ | 15.71 | 8.62 | 59.87 | - |
| YUV | 77.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 207 | 0.62 | 0.75 | 0 | 0.19 | 250.45 | 0.62 | 0.51 |
| Hex | 4F | 34 | CF | 3E | 4B | 0 | 13 | FA | 3E | 33 |
| Octal | 117 | 64 | 317 | 76 | 113 | 0 | 23 | 372 | 76 | 63 |
| Binary | 1001111 | 110100 | 11001111 | 111110 | 1001011 | 0 | 10011 | 11111010 | 111110 | 110011 |
Color Harmonies of #4F34CF
Complementary color
Monochromatic Colors of #4F34CF
Black with #4F34CF
Text Example
Text Example
White with #4F34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F34CF; }
p { color: rgb(79,52,207); }
H1.HeaderClassName
{
color: #4F34CF;
}
.AnyTagClassName
{
color: #4F34CF;
}
</style>
background-color css
<style>
a { background-color: #4F34CF; }
a { background-color: rgb(79,52,207); }
div.DivClassName
{
background-color: #4F34CF;
}
.BgClassName
{
background-color: #4F34CF;
}
</style>
border-color css
<style>
span { border-color: #4F34CF; }
span { border-color: rgb(79,52,207); }
td.TdClassName
{
border-color: #4F34CF;
}
.TagClassName
{
border-color: #4F34CF;
}
</style>