Shades of Purple Heart #4F27BD
Tints of Purple Heart #4F27BD
RGB
CMYK
RGB Variations
Color information
#4F27BD (or 0x4F27BD) is known color: Purple Heart. HEX triplet: 4F, 27 and BD. RGB value is (79,39,189). Sum of RGB (Red+Green+Blue) = 79+39+189=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F27BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F27BD is #B0D842. Grayscale: #434343. Windows color (decimal): -11589699 or 12396367. OLE color: 12396367.
HSL color Cylindrical-coordinate representation of color #4F27BD: hue angle of 256º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F27BD is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 39 | 189 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.26 |
| HSL | 256º | 0.66% | 0.45% | - |
| HSV(B) | 256º | 0.79% | 0.74% | - |
| XYZ | 13.14 | 6.79 | 48.76 | - |
| YUV | 68.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 189 | 0.58 | 0.79 | 0 | 0.26 | 256 | 0.66 | 0.45 |
| Hex | 4F | 27 | BD | 3A | 4F | 0 | 1A | 100 | 42 | 2D |
| Octal | 117 | 47 | 275 | 72 | 117 | 0 | 32 | 400 | 102 | 55 |
| Binary | 1001111 | 100111 | 10111101 | 111010 | 1001111 | 0 | 11010 | 100000000 | 1000010 | 101101 |
Color Harmonies of #4F27BD
Complementary color
Monochromatic Colors of #4F27BD
Black with #4F27BD
Text Example
Text Example
White with #4F27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F27BD; }
p { color: rgb(79,39,189); }
H1.HeaderClassName
{
color: #4F27BD;
}
.AnyTagClassName
{
color: #4F27BD;
}
</style>
background-color css
<style>
a { background-color: #4F27BD; }
a { background-color: rgb(79,39,189); }
div.DivClassName
{
background-color: #4F27BD;
}
.BgClassName
{
background-color: #4F27BD;
}
</style>
border-color css
<style>
span { border-color: #4F27BD; }
span { border-color: rgb(79,39,189); }
td.TdClassName
{
border-color: #4F27BD;
}
.TagClassName
{
border-color: #4F27BD;
}
</style>