Shades of Purple Heart #4F27C0
Tints of Purple Heart #4F27C0
RGB
CMYK
RGB Variations
Color information
#4F27C0 (or 0x4F27C0) is known color: Purple Heart. HEX triplet: 4F, 27 and C0. RGB value is (79,39,192). Sum of RGB (Red+Green+Blue) = 79+39+192=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F27C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F27C0 is #B0D83F. Grayscale: #434343. Windows color (decimal): -11589696 or 12592975. OLE color: 12592975.
HSL color Cylindrical-coordinate representation of color #4F27C0: hue angle of 255.69º 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 #4F27C0 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 39 | 192 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.25 |
| HSL | 255.69º | 0.66% | 0.45% | - |
| HSV(B) | 255.69º | 0.8% | 0.75% | - |
| XYZ | 13.46 | 6.92 | 50.5 | - |
| YUV | 68.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 192 | 0.59 | 0.80 | 0 | 0.25 | 255.69 | 0.66 | 0.45 |
| Hex | 4F | 27 | C0 | 3B | 50 | 0 | 19 | 100 | 42 | 2D |
| Octal | 117 | 47 | 300 | 73 | 120 | 0 | 31 | 400 | 102 | 55 |
| Binary | 1001111 | 100111 | 11000000 | 111011 | 1010000 | 0 | 11001 | 100000000 | 1000010 | 101101 |
Color Harmonies of #4F27C0
Complementary color
Monochromatic Colors of #4F27C0
Black with #4F27C0
Text Example
Text Example
White with #4F27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F27C0; }
p { color: rgb(79,39,192); }
H1.HeaderClassName
{
color: #4F27C0;
}
.AnyTagClassName
{
color: #4F27C0;
}
</style>
background-color css
<style>
a { background-color: #4F27C0; }
a { background-color: rgb(79,39,192); }
div.DivClassName
{
background-color: #4F27C0;
}
.BgClassName
{
background-color: #4F27C0;
}
</style>
border-color css
<style>
span { border-color: #4F27C0; }
span { border-color: rgb(79,39,192); }
td.TdClassName
{
border-color: #4F27C0;
}
.TagClassName
{
border-color: #4F27C0;
}
</style>