Shades of Purple Heart #512ACB
Tints of Purple Heart #512ACB
RGB
CMYK
RGB Variations
Color information
#512ACB (or 0x512ACB) is known color: Purple Heart. HEX triplet: 51, 2A and CB. RGB value is (81,42,203). Sum of RGB (Red+Green+Blue) = 81+42+203=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #512ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ACB is #AED534. Grayscale: #474747. Windows color (decimal): -11457845 or 13314641. OLE color: 13314641.
HSL color Cylindrical-coordinate representation of color #512ACB: hue angle of 254.53º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512ACB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 42 | 203 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.20 |
| HSL | 254.53º | 0.66% | 0.48% | - |
| HSV(B) | 254.53º | 0.79% | 0.8% | - |
| XYZ | 15 | 7.72 | 57.2 | - |
| YUV | 72.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 203 | 0.60 | 0.79 | 0 | 0.20 | 254.53 | 0.66 | 0.48 |
| Hex | 51 | 2A | CB | 3C | 4F | 0 | 14 | FF | 42 | 30 |
| Octal | 121 | 52 | 313 | 74 | 117 | 0 | 24 | 377 | 102 | 60 |
| Binary | 1010001 | 101010 | 11001011 | 111100 | 1001111 | 0 | 10100 | 11111111 | 1000010 | 110000 |
Color Harmonies of #512ACB
Complementary color
Monochromatic Colors of #512ACB
Black with #512ACB
Text Example
Text Example
White with #512ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ACB; }
p { color: rgb(81,42,203); }
H1.HeaderClassName
{
color: #512ACB;
}
.AnyTagClassName
{
color: #512ACB;
}
</style>
background-color css
<style>
a { background-color: #512ACB; }
a { background-color: rgb(81,42,203); }
div.DivClassName
{
background-color: #512ACB;
}
.BgClassName
{
background-color: #512ACB;
}
</style>
border-color css
<style>
span { border-color: #512ACB; }
span { border-color: rgb(81,42,203); }
td.TdClassName
{
border-color: #512ACB;
}
.TagClassName
{
border-color: #512ACB;
}
</style>