Shades of Purple Heart #4D2BCA
Tints of Purple Heart #4D2BCA
RGB
CMYK
RGB Variations
Color information
#4D2BCA (or 0x4D2BCA) is known color: Purple Heart. HEX triplet: 4D, 2B and CA. RGB value is (77,43,202). Sum of RGB (Red+Green+Blue) = 77+43+202=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D2BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2BCA is #B2D435. Grayscale: #464646. Windows color (decimal): -11719734 or 13249357. OLE color: 13249357.
HSL color Cylindrical-coordinate representation of color #4D2BCA: hue angle of 252.83º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D2BCA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 43 | 202 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.21 |
| HSL | 252.83º | 0.65% | 0.48% | - |
| HSV(B) | 252.83º | 0.79% | 0.79% | - |
| XYZ | 14.59 | 7.57 | 56.57 | - |
| YUV | 71.29 | 201.76 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 202 | 0.62 | 0.79 | 0 | 0.21 | 252.83 | 0.65 | 0.48 |
| Hex | 4D | 2B | CA | 3E | 4F | 0 | 15 | FD | 41 | 30 |
| Octal | 115 | 53 | 312 | 76 | 117 | 0 | 25 | 375 | 101 | 60 |
| Binary | 1001101 | 101011 | 11001010 | 111110 | 1001111 | 0 | 10101 | 11111101 | 1000001 | 110000 |
Color Harmonies of #4D2BCA
Complementary color
Monochromatic Colors of #4D2BCA
Black with #4D2BCA
Text Example
Text Example
White with #4D2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BCA; }
p { color: rgb(77,43,202); }
H1.HeaderClassName
{
color: #4D2BCA;
}
.AnyTagClassName
{
color: #4D2BCA;
}
</style>
background-color css
<style>
a { background-color: #4D2BCA; }
a { background-color: rgb(77,43,202); }
div.DivClassName
{
background-color: #4D2BCA;
}
.BgClassName
{
background-color: #4D2BCA;
}
</style>
border-color css
<style>
span { border-color: #4D2BCA; }
span { border-color: rgb(77,43,202); }
td.TdClassName
{
border-color: #4D2BCA;
}
.TagClassName
{
border-color: #4D2BCA;
}
</style>