Shades of Purple Heart #4F0ABC
Tints of Purple Heart #4F0ABC
RGB
CMYK
RGB Variations
Color information
#4F0ABC (or 0x4F0ABC) is known color: Purple Heart. HEX triplet: 4F, 0A and BC. RGB value is (79,10,188). Sum of RGB (Red+Green+Blue) = 79+10+188=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F0ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0ABC is #B0F543. Grayscale: #323232. Windows color (decimal): -11597124 or 12323407. OLE color: 12323407.
HSL color Cylindrical-coordinate representation of color #4F0ABC: hue angle of 263.26º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0ABC is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 10 | 188 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.26 |
| HSL | 263.26º | 0.9% | 0.39% | - |
| HSV(B) | 263.26º | 0.95% | 0.74% | - |
| XYZ | 12.41 | 5.51 | 47.99 | - |
| YUV | 50.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 188 | 0.58 | 0.95 | 0 | 0.26 | 263.26 | 0.9 | 0.39 |
| Hex | 4F | A | BC | 3A | 5F | 0 | 1A | 107 | 5A | 27 |
| Octal | 117 | 12 | 274 | 72 | 137 | 0 | 32 | 407 | 132 | 47 |
| Binary | 1001111 | 1010 | 10111100 | 111010 | 1011111 | 0 | 11010 | 100000111 | 1011010 | 100111 |
Color Harmonies of #4F0ABC
Complementary color
Monochromatic Colors of #4F0ABC
Black with #4F0ABC
Text Example
Text Example
White with #4F0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0ABC; }
p { color: rgb(79,10,188); }
H1.HeaderClassName
{
color: #4F0ABC;
}
.AnyTagClassName
{
color: #4F0ABC;
}
</style>
background-color css
<style>
a { background-color: #4F0ABC; }
a { background-color: rgb(79,10,188); }
div.DivClassName
{
background-color: #4F0ABC;
}
.BgClassName
{
background-color: #4F0ABC;
}
</style>
border-color css
<style>
span { border-color: #4F0ABC; }
span { border-color: rgb(79,10,188); }
td.TdClassName
{
border-color: #4F0ABC;
}
.TagClassName
{
border-color: #4F0ABC;
}
</style>