Shades of Purple Heart #4B11CE
Tints of Purple Heart #4B11CE
RGB
CMYK
RGB Variations
Color information
#4B11CE (or 0x4B11CE) is known color: Purple Heart. HEX triplet: 4B, 11 and CE. RGB value is (75,17,206). Sum of RGB (Red+Green+Blue) = 75+17+206=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B11CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B11CE is #B4EE31. Grayscale: #373737. Windows color (decimal): -11857458 or 13504843. OLE color: 13504843.
HSL color Cylindrical-coordinate representation of color #4B11CE: hue angle of 258.41º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B11CE is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 17 | 206 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.19 |
| HSL | 258.41º | 0.85% | 0.44% | - |
| HSV(B) | 258.41º | 0.92% | 0.81% | - |
| XYZ | 14.24 | 6.35 | 58.87 | - |
| YUV | 55.89 | 212.72 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 206 | 0.64 | 0.92 | 0 | 0.19 | 258.41 | 0.85 | 0.44 |
| Hex | 4B | 11 | CE | 40 | 5C | 0 | 13 | 102 | 55 | 2C |
| Octal | 113 | 21 | 316 | 100 | 134 | 0 | 23 | 402 | 125 | 54 |
| Binary | 1001011 | 10001 | 11001110 | 1000000 | 1011100 | 0 | 10011 | 100000010 | 1010101 | 101100 |
Color Harmonies of #4B11CE
Complementary color
Monochromatic Colors of #4B11CE
Black with #4B11CE
Text Example
Text Example
White with #4B11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B11CE; }
p { color: rgb(75,17,206); }
H1.HeaderClassName
{
color: #4B11CE;
}
.AnyTagClassName
{
color: #4B11CE;
}
</style>
background-color css
<style>
a { background-color: #4B11CE; }
a { background-color: rgb(75,17,206); }
div.DivClassName
{
background-color: #4B11CE;
}
.BgClassName
{
background-color: #4B11CE;
}
</style>
border-color css
<style>
span { border-color: #4B11CE; }
span { border-color: rgb(75,17,206); }
td.TdClassName
{
border-color: #4B11CE;
}
.TagClassName
{
border-color: #4B11CE;
}
</style>