Shades of Purple Heart #4D2BAF
Tints of Purple Heart #4D2BAF
RGB
CMYK
RGB Variations
Color information
#4D2BAF (or 0x4D2BAF) is known color: Purple Heart. HEX triplet: 4D, 2B and AF. RGB value is (77,43,175). Sum of RGB (Red+Green+Blue) = 77+43+175=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D2BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2BAF is #B2D450. Grayscale: #434343. Windows color (decimal): -11719761 or 11479885. OLE color: 11479885.
HSL color Cylindrical-coordinate representation of color #4D2BAF: hue angle of 255.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2BAF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 43 | 175 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.31 |
| HSL | 255.45º | 0.61% | 0.43% | - |
| HSV(B) | 255.45º | 0.75% | 0.69% | - |
| XYZ | 11.66 | 6.4 | 41.18 | - |
| YUV | 68.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 175 | 0.56 | 0.75 | 0 | 0.31 | 255.45 | 0.61 | 0.43 |
| Hex | 4D | 2B | AF | 38 | 4B | 0 | 1F | FF | 3D | 2B |
| Octal | 115 | 53 | 257 | 70 | 113 | 0 | 37 | 377 | 75 | 53 |
| Binary | 1001101 | 101011 | 10101111 | 111000 | 1001011 | 0 | 11111 | 11111111 | 111101 | 101011 |
Color Harmonies of #4D2BAF
Complementary color
Monochromatic Colors of #4D2BAF
Black with #4D2BAF
Text Example
Text Example
White with #4D2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BAF; }
p { color: rgb(77,43,175); }
H1.HeaderClassName
{
color: #4D2BAF;
}
.AnyTagClassName
{
color: #4D2BAF;
}
</style>
background-color css
<style>
a { background-color: #4D2BAF; }
a { background-color: rgb(77,43,175); }
div.DivClassName
{
background-color: #4D2BAF;
}
.BgClassName
{
background-color: #4D2BAF;
}
</style>
border-color css
<style>
span { border-color: #4D2BAF; }
span { border-color: rgb(77,43,175); }
td.TdClassName
{
border-color: #4D2BAF;
}
.TagClassName
{
border-color: #4D2BAF;
}
</style>