Shades of Purple Heart #4B0EAF
Tints of Purple Heart #4B0EAF
RGB
CMYK
RGB Variations
Color information
#4B0EAF (or 0x4B0EAF) is known color: Purple Heart. HEX triplet: 4B, 0E and AF. RGB value is (75,14,175). Sum of RGB (Red+Green+Blue) = 75+14+175=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B0EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0EAF is #B4F150. Grayscale: #323232. Windows color (decimal): -11858257 or 11472459. OLE color: 11472459.
HSL color Cylindrical-coordinate representation of color #4B0EAF: hue angle of 262.73º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0EAF is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 14 | 175 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.31 |
| HSL | 262.73º | 0.85% | 0.37% | - |
| HSV(B) | 262.73º | 0.92% | 0.69% | - |
| XYZ | 10.8 | 4.91 | 40.94 | - |
| YUV | 50.59 | 198.21 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 14 | 175 | 0.57 | 0.92 | 0 | 0.31 | 262.73 | 0.85 | 0.37 |
| Hex | 4B | E | AF | 39 | 5C | 0 | 1F | 107 | 55 | 25 |
| Octal | 113 | 16 | 257 | 71 | 134 | 0 | 37 | 407 | 125 | 45 |
| Binary | 1001011 | 1110 | 10101111 | 111001 | 1011100 | 0 | 11111 | 100000111 | 1010101 | 100101 |
Color Harmonies of #4B0EAF
Complementary color
Monochromatic Colors of #4B0EAF
Black with #4B0EAF
Text Example
Text Example
White with #4B0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0EAF; }
p { color: rgb(75,14,175); }
H1.HeaderClassName
{
color: #4B0EAF;
}
.AnyTagClassName
{
color: #4B0EAF;
}
</style>
background-color css
<style>
a { background-color: #4B0EAF; }
a { background-color: rgb(75,14,175); }
div.DivClassName
{
background-color: #4B0EAF;
}
.BgClassName
{
background-color: #4B0EAF;
}
</style>
border-color css
<style>
span { border-color: #4B0EAF; }
span { border-color: rgb(75,14,175); }
td.TdClassName
{
border-color: #4B0EAF;
}
.TagClassName
{
border-color: #4B0EAF;
}
</style>