Shades of Purple Heart #4D0ABD
Tints of Purple Heart #4D0ABD
RGB
CMYK
RGB Variations
Color information
#4D0ABD (or 0x4D0ABD) is known color: Purple Heart. HEX triplet: 4D, 0A and BD. RGB value is (77,10,189). Sum of RGB (Red+Green+Blue) = 77+10+189=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D0ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0ABD is #B2F542. Grayscale: #313131. Windows color (decimal): -11728195 or 12388941. OLE color: 12388941.
HSL color Cylindrical-coordinate representation of color #4D0ABD: hue angle of 262.46º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0ABD is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 10 | 189 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.26 |
| HSL | 262.46º | 0.9% | 0.39% | - |
| HSV(B) | 262.46º | 0.95% | 0.74% | - |
| XYZ | 12.35 | 5.47 | 48.55 | - |
| YUV | 50.44 | 206.2 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 189 | 0.59 | 0.95 | 0 | 0.26 | 262.46 | 0.9 | 0.39 |
| Hex | 4D | A | BD | 3B | 5F | 0 | 1A | 106 | 5A | 27 |
| Octal | 115 | 12 | 275 | 73 | 137 | 0 | 32 | 406 | 132 | 47 |
| Binary | 1001101 | 1010 | 10111101 | 111011 | 1011111 | 0 | 11010 | 100000110 | 1011010 | 100111 |
Color Harmonies of #4D0ABD
Complementary color
Monochromatic Colors of #4D0ABD
Black with #4D0ABD
Text Example
Text Example
White with #4D0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0ABD; }
p { color: rgb(77,10,189); }
H1.HeaderClassName
{
color: #4D0ABD;
}
.AnyTagClassName
{
color: #4D0ABD;
}
</style>
background-color css
<style>
a { background-color: #4D0ABD; }
a { background-color: rgb(77,10,189); }
div.DivClassName
{
background-color: #4D0ABD;
}
.BgClassName
{
background-color: #4D0ABD;
}
</style>
border-color css
<style>
span { border-color: #4D0ABD; }
span { border-color: rgb(77,10,189); }
td.TdClassName
{
border-color: #4D0ABD;
}
.TagClassName
{
border-color: #4D0ABD;
}
</style>