Shades of Purple Heart #4F37CE
Tints of Purple Heart #4F37CE
RGB
CMYK
RGB Variations
Color information
#4F37CE (or 0x4F37CE) is known color: Purple Heart. HEX triplet: 4F, 37 and CE. RGB value is (79,55,206). Sum of RGB (Red+Green+Blue) = 79+55+206=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F37CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F37CE is #B0C831. Grayscale: #4E4E4E. Windows color (decimal): -11585586 or 13514575. OLE color: 13514575.
HSL color Cylindrical-coordinate representation of color #4F37CE: hue angle of 249.54º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F37CE is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 55 | 206 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.19 |
| HSL | 249.54º | 0.61% | 0.51% | - |
| HSV(B) | 249.54º | 0.73% | 0.81% | - |
| XYZ | 15.73 | 8.85 | 59.27 | - |
| YUV | 79.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 206 | 0.62 | 0.73 | 0 | 0.19 | 249.54 | 0.61 | 0.51 |
| Hex | 4F | 37 | CE | 3E | 49 | 0 | 13 | FA | 3D | 33 |
| Octal | 117 | 67 | 316 | 76 | 111 | 0 | 23 | 372 | 75 | 63 |
| Binary | 1001111 | 110111 | 11001110 | 111110 | 1001001 | 0 | 10011 | 11111010 | 111101 | 110011 |
Color Harmonies of #4F37CE
Complementary color
Monochromatic Colors of #4F37CE
Black with #4F37CE
Text Example
Text Example
White with #4F37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F37CE; }
p { color: rgb(79,55,206); }
H1.HeaderClassName
{
color: #4F37CE;
}
.AnyTagClassName
{
color: #4F37CE;
}
</style>
background-color css
<style>
a { background-color: #4F37CE; }
a { background-color: rgb(79,55,206); }
div.DivClassName
{
background-color: #4F37CE;
}
.BgClassName
{
background-color: #4F37CE;
}
</style>
border-color css
<style>
span { border-color: #4F37CE; }
span { border-color: rgb(79,55,206); }
td.TdClassName
{
border-color: #4F37CE;
}
.TagClassName
{
border-color: #4F37CE;
}
</style>