Shades of Purple Heart #4937CF
Tints of Purple Heart #4937CF
RGB
CMYK
RGB Variations
Color information
#4937CF (or 0x4937CF) is known color: Purple Heart. HEX triplet: 49, 37 and CF. RGB value is (73,55,207). Sum of RGB (Red+Green+Blue) = 73+55+207=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #4937CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4937CF is #B6C830. Grayscale: #4D4D4D. Windows color (decimal): -11978801 or 13580105. OLE color: 13580105.
HSL color Cylindrical-coordinate representation of color #4937CF: hue angle of 247.11º 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 #4937CF is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 55 | 207 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.19 |
| HSL | 247.11º | 0.61% | 0.51% | - |
| HSV(B) | 247.11º | 0.73% | 0.81% | - |
| XYZ | 15.38 | 8.65 | 59.89 | - |
| YUV | 77.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 207 | 0.65 | 0.73 | 0 | 0.19 | 247.11 | 0.61 | 0.51 |
| Hex | 49 | 37 | CF | 41 | 49 | 0 | 13 | F7 | 3D | 33 |
| Octal | 111 | 67 | 317 | 101 | 111 | 0 | 23 | 367 | 75 | 63 |
| Binary | 1001001 | 110111 | 11001111 | 1000001 | 1001001 | 0 | 10011 | 11110111 | 111101 | 110011 |
Color Harmonies of #4937CF
Complementary color
Monochromatic Colors of #4937CF
Black with #4937CF
Text Example
Text Example
White with #4937CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4937CF; }
p { color: rgb(73,55,207); }
H1.HeaderClassName
{
color: #4937CF;
}
.AnyTagClassName
{
color: #4937CF;
}
</style>
background-color css
<style>
a { background-color: #4937CF; }
a { background-color: rgb(73,55,207); }
div.DivClassName
{
background-color: #4937CF;
}
.BgClassName
{
background-color: #4937CF;
}
</style>
border-color css
<style>
span { border-color: #4937CF; }
span { border-color: rgb(73,55,207); }
td.TdClassName
{
border-color: #4937CF;
}
.TagClassName
{
border-color: #4937CF;
}
</style>