Shades of Purple Heart #4F27AD
Tints of Purple Heart #4F27AD
RGB
CMYK
RGB Variations
Color information
#4F27AD (or 0x4F27AD) is known color: Purple Heart. HEX triplet: 4F, 27 and AD. RGB value is (79,39,173). Sum of RGB (Red+Green+Blue) = 79+39+173=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F27AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F27AD is #B0D852. Grayscale: #414141. Windows color (decimal): -11589715 or 11347791. OLE color: 11347791.
HSL color Cylindrical-coordinate representation of color #4F27AD: hue angle of 257.91º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F27AD is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 39 | 173 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.32 |
| HSL | 257.91º | 0.63% | 0.42% | - |
| HSV(B) | 257.91º | 0.77% | 0.68% | - |
| XYZ | 11.49 | 6.13 | 40.11 | - |
| YUV | 66.24 | 188.25 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 173 | 0.54 | 0.77 | 0 | 0.32 | 257.91 | 0.63 | 0.42 |
| Hex | 4F | 27 | AD | 36 | 4D | 0 | 20 | 102 | 3F | 2A |
| Octal | 117 | 47 | 255 | 66 | 115 | 0 | 40 | 402 | 77 | 52 |
| Binary | 1001111 | 100111 | 10101101 | 110110 | 1001101 | 0 | 100000 | 100000010 | 111111 | 101010 |
Color Harmonies of #4F27AD
Complementary color
Monochromatic Colors of #4F27AD
Black with #4F27AD
Text Example
Text Example
White with #4F27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F27AD; }
p { color: rgb(79,39,173); }
H1.HeaderClassName
{
color: #4F27AD;
}
.AnyTagClassName
{
color: #4F27AD;
}
</style>
background-color css
<style>
a { background-color: #4F27AD; }
a { background-color: rgb(79,39,173); }
div.DivClassName
{
background-color: #4F27AD;
}
.BgClassName
{
background-color: #4F27AD;
}
</style>
border-color css
<style>
span { border-color: #4F27AD; }
span { border-color: rgb(79,39,173); }
td.TdClassName
{
border-color: #4F27AD;
}
.TagClassName
{
border-color: #4F27AD;
}
</style>