Shades of Purple Heart #4F01BC
Tints of Purple Heart #4F01BC
RGB
CMYK
RGB Variations
Color information
#4F01BC (or 0x4F01BC) is known color: Purple Heart. HEX triplet: 4F, 01 and BC. RGB value is (79,1,188). Sum of RGB (Red+Green+Blue) = 79+1+188=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F01BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F01BC is #B0FE43. Grayscale: #2C2C2C. Windows color (decimal): -11599428 or 12321103. OLE color: 12321103.
HSL color Cylindrical-coordinate representation of color #4F01BC: hue angle of 265.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F01BC is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 1 | 188 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.26 |
| HSL | 265.03º | 0.99% | 0.37% | - |
| HSV(B) | 265.03º | 0.99% | 0.74% | - |
| XYZ | 12.31 | 5.31 | 47.95 | - |
| YUV | 45.64 | 208.34 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 188 | 0.58 | 0.99 | 0 | 0.26 | 265.03 | 0.99 | 0.37 |
| Hex | 4F | 1 | BC | 3A | 63 | 0 | 1A | 109 | 63 | 25 |
| Octal | 117 | 1 | 274 | 72 | 143 | 0 | 32 | 411 | 143 | 45 |
| Binary | 1001111 | 1 | 10111100 | 111010 | 1100011 | 0 | 11010 | 100001001 | 1100011 | 100101 |
Color Harmonies of #4F01BC
Complementary color
Monochromatic Colors of #4F01BC
Black with #4F01BC
Text Example
Text Example
White with #4F01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F01BC; }
p { color: rgb(79,1,188); }
H1.HeaderClassName
{
color: #4F01BC;
}
.AnyTagClassName
{
color: #4F01BC;
}
</style>
background-color css
<style>
a { background-color: #4F01BC; }
a { background-color: rgb(79,1,188); }
div.DivClassName
{
background-color: #4F01BC;
}
.BgClassName
{
background-color: #4F01BC;
}
</style>
border-color css
<style>
span { border-color: #4F01BC; }
span { border-color: rgb(79,1,188); }
td.TdClassName
{
border-color: #4F01BC;
}
.TagClassName
{
border-color: #4F01BC;
}
</style>