Shades of Purple Heart #4B0CCE
Tints of Purple Heart #4B0CCE
RGB
CMYK
RGB Variations
Color information
#4B0CCE (or 0x4B0CCE) is known color: Purple Heart. HEX triplet: 4B, 0C and CE. RGB value is (75,12,206). Sum of RGB (Red+Green+Blue) = 75+12+206=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B0CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0CCE is #B4F331. Grayscale: #343434. Windows color (decimal): -11858738 or 13503563. OLE color: 13503563.
HSL color Cylindrical-coordinate representation of color #4B0CCE: hue angle of 259.48º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0CCE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 12 | 206 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.19 |
| HSL | 259.48º | 0.89% | 0.43% | - |
| HSV(B) | 259.48º | 0.94% | 0.81% | - |
| XYZ | 14.17 | 6.22 | 58.85 | - |
| YUV | 52.95 | 214.37 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 12 | 206 | 0.64 | 0.94 | 0 | 0.19 | 259.48 | 0.89 | 0.43 |
| Hex | 4B | C | CE | 40 | 5E | 0 | 13 | 103 | 59 | 2B |
| Octal | 113 | 14 | 316 | 100 | 136 | 0 | 23 | 403 | 131 | 53 |
| Binary | 1001011 | 1100 | 11001110 | 1000000 | 1011110 | 0 | 10011 | 100000011 | 1011001 | 101011 |
Color Harmonies of #4B0CCE
Complementary color
Monochromatic Colors of #4B0CCE
Black with #4B0CCE
Text Example
Text Example
White with #4B0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0CCE; }
p { color: rgb(75,12,206); }
H1.HeaderClassName
{
color: #4B0CCE;
}
.AnyTagClassName
{
color: #4B0CCE;
}
</style>
background-color css
<style>
a { background-color: #4B0CCE; }
a { background-color: rgb(75,12,206); }
div.DivClassName
{
background-color: #4B0CCE;
}
.BgClassName
{
background-color: #4B0CCE;
}
</style>
border-color css
<style>
span { border-color: #4B0CCE; }
span { border-color: rgb(75,12,206); }
td.TdClassName
{
border-color: #4B0CCE;
}
.TagClassName
{
border-color: #4B0CCE;
}
</style>