Shades of Purple Heart #4F10AB
Tints of Purple Heart #4F10AB
RGB
CMYK
RGB Variations
Color information
#4F10AB (or 0x4F10AB) is known color: Purple Heart. HEX triplet: 4F, 10 and AB. RGB value is (79,16,171). Sum of RGB (Red+Green+Blue) = 79+16+171=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F10AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F10AB is #B0EF54. Grayscale: #333333. Windows color (decimal): -11595605 or 11210831. OLE color: 11210831.
HSL color Cylindrical-coordinate representation of color #4F10AB: hue angle of 264.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F10AB is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 16 | 171 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.33 |
| HSL | 264.39º | 0.83% | 0.37% | - |
| HSV(B) | 264.39º | 0.91% | 0.67% | - |
| XYZ | 10.76 | 4.97 | 38.92 | - |
| YUV | 52.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 171 | 0.54 | 0.91 | 0 | 0.33 | 264.39 | 0.83 | 0.37 |
| Hex | 4F | 10 | AB | 36 | 5B | 0 | 21 | 108 | 53 | 25 |
| Octal | 117 | 20 | 253 | 66 | 133 | 0 | 41 | 410 | 123 | 45 |
| Binary | 1001111 | 10000 | 10101011 | 110110 | 1011011 | 0 | 100001 | 100001000 | 1010011 | 100101 |
Color Harmonies of #4F10AB
Complementary color
Monochromatic Colors of #4F10AB
Black with #4F10AB
Text Example
Text Example
White with #4F10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10AB; }
p { color: rgb(79,16,171); }
H1.HeaderClassName
{
color: #4F10AB;
}
.AnyTagClassName
{
color: #4F10AB;
}
</style>
background-color css
<style>
a { background-color: #4F10AB; }
a { background-color: rgb(79,16,171); }
div.DivClassName
{
background-color: #4F10AB;
}
.BgClassName
{
background-color: #4F10AB;
}
</style>
border-color css
<style>
span { border-color: #4F10AB; }
span { border-color: rgb(79,16,171); }
td.TdClassName
{
border-color: #4F10AB;
}
.TagClassName
{
border-color: #4F10AB;
}
</style>