Shades of Purple Heart #4F34CB
Tints of Purple Heart #4F34CB
RGB
CMYK
RGB Variations
Color information
#4F34CB (or 0x4F34CB) is known color: Purple Heart. HEX triplet: 4F, 34 and CB. RGB value is (79,52,203). Sum of RGB (Red+Green+Blue) = 79+52+203=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F34CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F34CB is #B0CB34. Grayscale: #4C4C4C. Windows color (decimal): -11586357 or 13317199. OLE color: 13317199.
HSL color Cylindrical-coordinate representation of color #4F34CB: hue angle of 250.73º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F34CB is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 52 | 203 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.20 |
| HSL | 250.73º | 0.59% | 0.5% | - |
| HSV(B) | 250.73º | 0.74% | 0.8% | - |
| XYZ | 15.23 | 8.43 | 57.32 | - |
| YUV | 77.29 | 198.95 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 203 | 0.61 | 0.74 | 0 | 0.20 | 250.73 | 0.59 | 0.5 |
| Hex | 4F | 34 | CB | 3D | 4A | 0 | 14 | FB | 3B | 32 |
| Octal | 117 | 64 | 313 | 75 | 112 | 0 | 24 | 373 | 73 | 62 |
| Binary | 1001111 | 110100 | 11001011 | 111101 | 1001010 | 0 | 10100 | 11111011 | 111011 | 110010 |
Color Harmonies of #4F34CB
Complementary color
Monochromatic Colors of #4F34CB
Black with #4F34CB
Text Example
Text Example
White with #4F34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F34CB; }
p { color: rgb(79,52,203); }
H1.HeaderClassName
{
color: #4F34CB;
}
.AnyTagClassName
{
color: #4F34CB;
}
</style>
background-color css
<style>
a { background-color: #4F34CB; }
a { background-color: rgb(79,52,203); }
div.DivClassName
{
background-color: #4F34CB;
}
.BgClassName
{
background-color: #4F34CB;
}
</style>
border-color css
<style>
span { border-color: #4F34CB; }
span { border-color: rgb(79,52,203); }
td.TdClassName
{
border-color: #4F34CB;
}
.TagClassName
{
border-color: #4F34CB;
}
</style>