Shades of Purple Heart #4F1CCB
Tints of Purple Heart #4F1CCB
RGB
CMYK
RGB Variations
Color information
#4F1CCB (or 0x4F1CCB) is known color: Purple Heart. HEX triplet: 4F, 1C and CB. RGB value is (79,28,203). Sum of RGB (Red+Green+Blue) = 79+28+203=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F1CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1CCB is #B0E334. Grayscale: #3E3E3E. Windows color (decimal): -11592501 or 13311055. OLE color: 13311055.
HSL color Cylindrical-coordinate representation of color #4F1CCB: hue angle of 257.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1CCB is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 28 | 203 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.20 |
| HSL | 257.49º | 0.76% | 0.45% | - |
| HSV(B) | 257.49º | 0.86% | 0.8% | - |
| XYZ | 14.42 | 6.8 | 57.05 | - |
| YUV | 63.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 203 | 0.61 | 0.86 | 0 | 0.20 | 257.49 | 0.76 | 0.45 |
| Hex | 4F | 1C | CB | 3D | 56 | 0 | 14 | 101 | 4C | 2D |
| Octal | 117 | 34 | 313 | 75 | 126 | 0 | 24 | 401 | 114 | 55 |
| Binary | 1001111 | 11100 | 11001011 | 111101 | 1010110 | 0 | 10100 | 100000001 | 1001100 | 101101 |
Color Harmonies of #4F1CCB
Complementary color
Monochromatic Colors of #4F1CCB
Black with #4F1CCB
Text Example
Text Example
White with #4F1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1CCB; }
p { color: rgb(79,28,203); }
H1.HeaderClassName
{
color: #4F1CCB;
}
.AnyTagClassName
{
color: #4F1CCB;
}
</style>
background-color css
<style>
a { background-color: #4F1CCB; }
a { background-color: rgb(79,28,203); }
div.DivClassName
{
background-color: #4F1CCB;
}
.BgClassName
{
background-color: #4F1CCB;
}
</style>
border-color css
<style>
span { border-color: #4F1CCB; }
span { border-color: rgb(79,28,203); }
td.TdClassName
{
border-color: #4F1CCB;
}
.TagClassName
{
border-color: #4F1CCB;
}
</style>