Shades of Purple Heart #4F1ACB
Tints of Purple Heart #4F1ACB
RGB
CMYK
RGB Variations
Color information
#4F1ACB (or 0x4F1ACB) is known color: Purple Heart. HEX triplet: 4F, 1A and CB. RGB value is (79,26,203). Sum of RGB (Red+Green+Blue) = 79+26+203=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F1ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1ACB is #B0E534. Grayscale: #3D3D3D. Windows color (decimal): -11593013 or 13310543. OLE color: 13310543.
HSL color Cylindrical-coordinate representation of color #4F1ACB: hue angle of 257.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1ACB is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 26 | 203 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.20 |
| HSL | 257.97º | 0.77% | 0.45% | - |
| HSV(B) | 257.97º | 0.87% | 0.8% | - |
| XYZ | 14.37 | 6.71 | 57.04 | - |
| YUV | 62.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 203 | 0.61 | 0.87 | 0 | 0.20 | 257.97 | 0.77 | 0.45 |
| Hex | 4F | 1A | CB | 3D | 57 | 0 | 14 | 102 | 4D | 2D |
| Octal | 117 | 32 | 313 | 75 | 127 | 0 | 24 | 402 | 115 | 55 |
| Binary | 1001111 | 11010 | 11001011 | 111101 | 1010111 | 0 | 10100 | 100000010 | 1001101 | 101101 |
Color Harmonies of #4F1ACB
Complementary color
Monochromatic Colors of #4F1ACB
Black with #4F1ACB
Text Example
Text Example
White with #4F1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1ACB; }
p { color: rgb(79,26,203); }
H1.HeaderClassName
{
color: #4F1ACB;
}
.AnyTagClassName
{
color: #4F1ACB;
}
</style>
background-color css
<style>
a { background-color: #4F1ACB; }
a { background-color: rgb(79,26,203); }
div.DivClassName
{
background-color: #4F1ACB;
}
.BgClassName
{
background-color: #4F1ACB;
}
</style>
border-color css
<style>
span { border-color: #4F1ACB; }
span { border-color: rgb(79,26,203); }
td.TdClassName
{
border-color: #4F1ACB;
}
.TagClassName
{
border-color: #4F1ACB;
}
</style>