Shades of Purple Heart #4B20D0
Tints of Purple Heart #4B20D0
RGB
CMYK
RGB Variations
Color information
#4B20D0 (or 0x4B20D0) is known color: Purple Heart. HEX triplet: 4B, 20 and D0. RGB value is (75,32,208). Sum of RGB (Red+Green+Blue) = 75+32+208=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #4B20D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B20D0 is #B4DF2F. Grayscale: #404040. Windows color (decimal): -11853616 or 13639755. OLE color: 13639755.
HSL color Cylindrical-coordinate representation of color #4B20D0: hue angle of 254.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B20D0 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 32 | 208 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.18 |
| HSL | 254.66º | 0.73% | 0.47% | - |
| HSV(B) | 254.66º | 0.85% | 0.82% | - |
| XYZ | 14.8 | 7.08 | 60.26 | - |
| YUV | 64.92 | 208.75 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 208 | 0.64 | 0.85 | 0 | 0.18 | 254.66 | 0.73 | 0.47 |
| Hex | 4B | 20 | D0 | 40 | 55 | 0 | 12 | FF | 49 | 2F |
| Octal | 113 | 40 | 320 | 100 | 125 | 0 | 22 | 377 | 111 | 57 |
| Binary | 1001011 | 100000 | 11010000 | 1000000 | 1010101 | 0 | 10010 | 11111111 | 1001001 | 101111 |
Color Harmonies of #4B20D0
Complementary color
Monochromatic Colors of #4B20D0
Black with #4B20D0
Text Example
Text Example
White with #4B20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B20D0; }
p { color: rgb(75,32,208); }
H1.HeaderClassName
{
color: #4B20D0;
}
.AnyTagClassName
{
color: #4B20D0;
}
</style>
background-color css
<style>
a { background-color: #4B20D0; }
a { background-color: rgb(75,32,208); }
div.DivClassName
{
background-color: #4B20D0;
}
.BgClassName
{
background-color: #4B20D0;
}
</style>
border-color css
<style>
span { border-color: #4B20D0; }
span { border-color: rgb(75,32,208); }
td.TdClassName
{
border-color: #4B20D0;
}
.TagClassName
{
border-color: #4B20D0;
}
</style>