Shades of Purple Heart #4F27BF
Tints of Purple Heart #4F27BF
RGB
CMYK
RGB Variations
Color information
#4F27BF (or 0x4F27BF) is known color: Purple Heart. HEX triplet: 4F, 27 and BF. RGB value is (79,39,191). Sum of RGB (Red+Green+Blue) = 79+39+191=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F27BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F27BF is #B0D840. Grayscale: #434343. Windows color (decimal): -11589697 or 12527439. OLE color: 12527439.
HSL color Cylindrical-coordinate representation of color #4F27BF: hue angle of 255.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F27BF is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 39 | 191 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.25 |
| HSL | 255.79º | 0.66% | 0.45% | - |
| HSV(B) | 255.79º | 0.8% | 0.75% | - |
| XYZ | 13.35 | 6.87 | 49.91 | - |
| YUV | 68.29 | 197.25 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 191 | 0.59 | 0.80 | 0 | 0.25 | 255.79 | 0.66 | 0.45 |
| Hex | 4F | 27 | BF | 3B | 50 | 0 | 19 | 100 | 42 | 2D |
| Octal | 117 | 47 | 277 | 73 | 120 | 0 | 31 | 400 | 102 | 55 |
| Binary | 1001111 | 100111 | 10111111 | 111011 | 1010000 | 0 | 11001 | 100000000 | 1000010 | 101101 |
Color Harmonies of #4F27BF
Complementary color
Monochromatic Colors of #4F27BF
Black with #4F27BF
Text Example
Text Example
White with #4F27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F27BF; }
p { color: rgb(79,39,191); }
H1.HeaderClassName
{
color: #4F27BF;
}
.AnyTagClassName
{
color: #4F27BF;
}
</style>
background-color css
<style>
a { background-color: #4F27BF; }
a { background-color: rgb(79,39,191); }
div.DivClassName
{
background-color: #4F27BF;
}
.BgClassName
{
background-color: #4F27BF;
}
</style>
border-color css
<style>
span { border-color: #4F27BF; }
span { border-color: rgb(79,39,191); }
td.TdClassName
{
border-color: #4F27BF;
}
.TagClassName
{
border-color: #4F27BF;
}
</style>