Shades of Purple Heart #4F10AA
Tints of Purple Heart #4F10AA
RGB
CMYK
RGB Variations
Color information
#4F10AA (or 0x4F10AA) is known color: Purple Heart. HEX triplet: 4F, 10 and AA. RGB value is (79,16,170). Sum of RGB (Red+Green+Blue) = 79+16+170=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F10AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F10AA is #B0EF55. Grayscale: #333333. Windows color (decimal): -11595606 or 11145295. OLE color: 11145295.
HSL color Cylindrical-coordinate representation of color #4F10AA: hue angle of 264.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F10AA is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 16 | 170 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.33 |
| HSL | 264.55º | 0.83% | 0.36% | - |
| HSV(B) | 264.55º | 0.91% | 0.67% | - |
| XYZ | 10.67 | 4.94 | 38.42 | - |
| YUV | 52.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 170 | 0.54 | 0.91 | 0 | 0.33 | 264.55 | 0.83 | 0.36 |
| Hex | 4F | 10 | AA | 36 | 5B | 0 | 21 | 109 | 53 | 24 |
| Octal | 117 | 20 | 252 | 66 | 133 | 0 | 41 | 411 | 123 | 44 |
| Binary | 1001111 | 10000 | 10101010 | 110110 | 1011011 | 0 | 100001 | 100001001 | 1010011 | 100100 |
Color Harmonies of #4F10AA
Complementary color
Monochromatic Colors of #4F10AA
Black with #4F10AA
Text Example
Text Example
White with #4F10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10AA; }
p { color: rgb(79,16,170); }
H1.HeaderClassName
{
color: #4F10AA;
}
.AnyTagClassName
{
color: #4F10AA;
}
</style>
background-color css
<style>
a { background-color: #4F10AA; }
a { background-color: rgb(79,16,170); }
div.DivClassName
{
background-color: #4F10AA;
}
.BgClassName
{
background-color: #4F10AA;
}
</style>
border-color css
<style>
span { border-color: #4F10AA; }
span { border-color: rgb(79,16,170); }
td.TdClassName
{
border-color: #4F10AA;
}
.TagClassName
{
border-color: #4F10AA;
}
</style>