Shades of Purple Heart #5129CC
Tints of Purple Heart #5129CC
RGB
CMYK
RGB Variations
Color information
#5129CC (or 0x5129CC) is known color: Purple Heart. HEX triplet: 51, 29 and CC. RGB value is (81,41,204). Sum of RGB (Red+Green+Blue) = 81+41+204=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #5129CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129CC is #AED633. Grayscale: #464646. Windows color (decimal): -11458100 or 13379921. OLE color: 13379921.
HSL color Cylindrical-coordinate representation of color #5129CC: hue angle of 254.72º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5129CC is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 41 | 204 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.2 |
| HSL | 254.72º | 0.67% | 0.48% | - |
| HSV(B) | 254.72º | 0.8% | 0.8% | - |
| XYZ | 15.09 | 7.69 | 57.82 | - |
| YUV | 71.54 | 202.75 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 204 | 0.60 | 0.80 | 0 | 0.2 | 254.72 | 0.67 | 0.48 |
| Hex | 51 | 29 | CC | 3C | 50 | 0 | 14 | FF | 43 | 30 |
| Octal | 121 | 51 | 314 | 74 | 120 | 0 | 24 | 377 | 103 | 60 |
| Binary | 1010001 | 101001 | 11001100 | 111100 | 1010000 | 0 | 10100 | 11111111 | 1000011 | 110000 |
Color Harmonies of #5129CC
Complementary color
Monochromatic Colors of #5129CC
Black with #5129CC
Text Example
Text Example
White with #5129CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5129CC; }
p { color: rgb(81,41,204); }
H1.HeaderClassName
{
color: #5129CC;
}
.AnyTagClassName
{
color: #5129CC;
}
</style>
background-color css
<style>
a { background-color: #5129CC; }
a { background-color: rgb(81,41,204); }
div.DivClassName
{
background-color: #5129CC;
}
.BgClassName
{
background-color: #5129CC;
}
</style>
border-color css
<style>
span { border-color: #5129CC; }
span { border-color: rgb(81,41,204); }
td.TdClassName
{
border-color: #5129CC;
}
.TagClassName
{
border-color: #5129CC;
}
</style>