Shades of Purple Heart #4B37CE
Tints of Purple Heart #4B37CE
RGB
CMYK
RGB Variations
Color information
#4B37CE (or 0x4B37CE) is known color: Purple Heart. HEX triplet: 4B, 37 and CE. RGB value is (75,55,206). Sum of RGB (Red+Green+Blue) = 75+55+206=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B37CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B37CE is #B4C831. Grayscale: #4D4D4D. Windows color (decimal): -11847730 or 13514571. OLE color: 13514571.
HSL color Cylindrical-coordinate representation of color #4B37CE: hue angle of 247.95º 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 #4B37CE is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 55 | 206 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.19 |
| HSL | 247.95º | 0.61% | 0.51% | - |
| HSV(B) | 247.95º | 0.73% | 0.81% | - |
| XYZ | 15.41 | 8.68 | 59.26 | - |
| YUV | 78.19 | 200.13 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 206 | 0.64 | 0.73 | 0 | 0.19 | 247.95 | 0.61 | 0.51 |
| Hex | 4B | 37 | CE | 40 | 49 | 0 | 13 | F8 | 3D | 33 |
| Octal | 113 | 67 | 316 | 100 | 111 | 0 | 23 | 370 | 75 | 63 |
| Binary | 1001011 | 110111 | 11001110 | 1000000 | 1001001 | 0 | 10011 | 11111000 | 111101 | 110011 |
Color Harmonies of #4B37CE
Complementary color
Monochromatic Colors of #4B37CE
Black with #4B37CE
Text Example
Text Example
White with #4B37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B37CE; }
p { color: rgb(75,55,206); }
H1.HeaderClassName
{
color: #4B37CE;
}
.AnyTagClassName
{
color: #4B37CE;
}
</style>
background-color css
<style>
a { background-color: #4B37CE; }
a { background-color: rgb(75,55,206); }
div.DivClassName
{
background-color: #4B37CE;
}
.BgClassName
{
background-color: #4B37CE;
}
</style>
border-color css
<style>
span { border-color: #4B37CE; }
span { border-color: rgb(75,55,206); }
td.TdClassName
{
border-color: #4B37CE;
}
.TagClassName
{
border-color: #4B37CE;
}
</style>