Shades of Purple Heart #4B0ACE
Tints of Purple Heart #4B0ACE
RGB
CMYK
RGB Variations
Color information
#4B0ACE (or 0x4B0ACE) is known color: Purple Heart. HEX triplet: 4B, 0A and CE. RGB value is (75,10,206). Sum of RGB (Red+Green+Blue) = 75+10+206=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0ACE is #B4F531. Grayscale: #333333. Windows color (decimal): -11859250 or 13503051. OLE color: 13503051.
HSL color Cylindrical-coordinate representation of color #4B0ACE: hue angle of 259.9º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0ACE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 10 | 206 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.19 |
| HSL | 259.9º | 0.91% | 0.42% | - |
| HSV(B) | 259.9º | 0.95% | 0.81% | - |
| XYZ | 14.15 | 6.17 | 58.84 | - |
| YUV | 51.78 | 215.03 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 206 | 0.64 | 0.95 | 0 | 0.19 | 259.9 | 0.91 | 0.42 |
| Hex | 4B | A | CE | 40 | 5F | 0 | 13 | 104 | 5B | 2A |
| Octal | 113 | 12 | 316 | 100 | 137 | 0 | 23 | 404 | 133 | 52 |
| Binary | 1001011 | 1010 | 11001110 | 1000000 | 1011111 | 0 | 10011 | 100000100 | 1011011 | 101010 |
Color Harmonies of #4B0ACE
Complementary color
Monochromatic Colors of #4B0ACE
Black with #4B0ACE
Text Example
Text Example
White with #4B0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0ACE; }
p { color: rgb(75,10,206); }
H1.HeaderClassName
{
color: #4B0ACE;
}
.AnyTagClassName
{
color: #4B0ACE;
}
</style>
background-color css
<style>
a { background-color: #4B0ACE; }
a { background-color: rgb(75,10,206); }
div.DivClassName
{
background-color: #4B0ACE;
}
.BgClassName
{
background-color: #4B0ACE;
}
</style>
border-color css
<style>
span { border-color: #4B0ACE; }
span { border-color: rgb(75,10,206); }
td.TdClassName
{
border-color: #4B0ACE;
}
.TagClassName
{
border-color: #4B0ACE;
}
</style>