Shades of Purple Heart #512ABE
Tints of Purple Heart #512ABE
RGB
CMYK
RGB Variations
Color information
#512ABE (or 0x512ABE) is known color: Purple Heart. HEX triplet: 51, 2A and BE. RGB value is (81,42,190). Sum of RGB (Red+Green+Blue) = 81+42+190=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #512ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ABE is #AED541. Grayscale: #454545. Windows color (decimal): -11457858 or 12462673. OLE color: 12462673.
HSL color Cylindrical-coordinate representation of color #512ABE: hue angle of 255.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512ABE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 42 | 190 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.25 |
| HSL | 255.81º | 0.64% | 0.45% | - |
| HSV(B) | 255.81º | 0.78% | 0.75% | - |
| XYZ | 13.52 | 7.12 | 49.38 | - |
| YUV | 70.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 190 | 0.57 | 0.78 | 0 | 0.25 | 255.81 | 0.64 | 0.45 |
| Hex | 51 | 2A | BE | 39 | 4E | 0 | 19 | 100 | 40 | 2D |
| Octal | 121 | 52 | 276 | 71 | 116 | 0 | 31 | 400 | 100 | 55 |
| Binary | 1010001 | 101010 | 10111110 | 111001 | 1001110 | 0 | 11001 | 100000000 | 1000000 | 101101 |
Color Harmonies of #512ABE
Complementary color
Monochromatic Colors of #512ABE
Black with #512ABE
Text Example
Text Example
White with #512ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ABE; }
p { color: rgb(81,42,190); }
H1.HeaderClassName
{
color: #512ABE;
}
.AnyTagClassName
{
color: #512ABE;
}
</style>
background-color css
<style>
a { background-color: #512ABE; }
a { background-color: rgb(81,42,190); }
div.DivClassName
{
background-color: #512ABE;
}
.BgClassName
{
background-color: #512ABE;
}
</style>
border-color css
<style>
span { border-color: #512ABE; }
span { border-color: rgb(81,42,190); }
td.TdClassName
{
border-color: #512ABE;
}
.TagClassName
{
border-color: #512ABE;
}
</style>