Shades of Purple Heart #4F32AF
Tints of Purple Heart #4F32AF
RGB
CMYK
RGB Variations
Color information
#4F32AF (or 0x4F32AF) is known color: Purple Heart. HEX triplet: 4F, 32 and AF. RGB value is (79,50,175). Sum of RGB (Red+Green+Blue) = 79+50+175=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F32AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F32AF is #B0CD50. Grayscale: #484848. Windows color (decimal): -11586897 or 11481679. OLE color: 11481679.
HSL color Cylindrical-coordinate representation of color #4F32AF: hue angle of 253.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F32AF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 50 | 175 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.31 |
| HSL | 253.92º | 0.56% | 0.44% | - |
| HSV(B) | 253.92º | 0.71% | 0.69% | - |
| XYZ | 12.1 | 7.04 | 41.28 | - |
| YUV | 72.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 175 | 0.55 | 0.71 | 0 | 0.31 | 253.92 | 0.56 | 0.44 |
| Hex | 4F | 32 | AF | 37 | 47 | 0 | 1F | FE | 38 | 2C |
| Octal | 117 | 62 | 257 | 67 | 107 | 0 | 37 | 376 | 70 | 54 |
| Binary | 1001111 | 110010 | 10101111 | 110111 | 1000111 | 0 | 11111 | 11111110 | 111000 | 101100 |
Color Harmonies of #4F32AF
Complementary color
Monochromatic Colors of #4F32AF
Black with #4F32AF
Text Example
Text Example
White with #4F32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32AF; }
p { color: rgb(79,50,175); }
H1.HeaderClassName
{
color: #4F32AF;
}
.AnyTagClassName
{
color: #4F32AF;
}
</style>
background-color css
<style>
a { background-color: #4F32AF; }
a { background-color: rgb(79,50,175); }
div.DivClassName
{
background-color: #4F32AF;
}
.BgClassName
{
background-color: #4F32AF;
}
</style>
border-color css
<style>
span { border-color: #4F32AF; }
span { border-color: rgb(79,50,175); }
td.TdClassName
{
border-color: #4F32AF;
}
.TagClassName
{
border-color: #4F32AF;
}
</style>