Shades of Purple Heart #4D0BB4
Tints of Purple Heart #4D0BB4
RGB
CMYK
RGB Variations
Color information
#4D0BB4 (or 0x4D0BB4) is known color: Purple Heart. HEX triplet: 4D, 0B and B4. RGB value is (77,11,180). Sum of RGB (Red+Green+Blue) = 77+11+180=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D0BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0BB4 is #B2F44B. Grayscale: #313131. Windows color (decimal): -11727948 or 11799373. OLE color: 11799373.
HSL color Cylindrical-coordinate representation of color #4D0BB4: hue angle of 263.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0BB4 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 11 | 180 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.29 |
| HSL | 263.43º | 0.88% | 0.37% | - |
| HSV(B) | 263.43º | 0.94% | 0.71% | - |
| XYZ | 11.42 | 5.11 | 43.56 | - |
| YUV | 50 | 201.37 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 180 | 0.57 | 0.94 | 0 | 0.29 | 263.43 | 0.88 | 0.37 |
| Hex | 4D | B | B4 | 39 | 5E | 0 | 1D | 107 | 58 | 25 |
| Octal | 115 | 13 | 264 | 71 | 136 | 0 | 35 | 407 | 130 | 45 |
| Binary | 1001101 | 1011 | 10110100 | 111001 | 1011110 | 0 | 11101 | 100000111 | 1011000 | 100101 |
Color Harmonies of #4D0BB4
Complementary color
Monochromatic Colors of #4D0BB4
Black with #4D0BB4
Text Example
Text Example
White with #4D0BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BB4; }
p { color: rgb(77,11,180); }
H1.HeaderClassName
{
color: #4D0BB4;
}
.AnyTagClassName
{
color: #4D0BB4;
}
</style>
background-color css
<style>
a { background-color: #4D0BB4; }
a { background-color: rgb(77,11,180); }
div.DivClassName
{
background-color: #4D0BB4;
}
.BgClassName
{
background-color: #4D0BB4;
}
</style>
border-color css
<style>
span { border-color: #4D0BB4; }
span { border-color: rgb(77,11,180); }
td.TdClassName
{
border-color: #4D0BB4;
}
.TagClassName
{
border-color: #4D0BB4;
}
</style>