Shades of Purple Heart #512CB5
Tints of Purple Heart #512CB5
RGB
CMYK
RGB Variations
Color information
#512CB5 (or 0x512CB5) is known color: Purple Heart. HEX triplet: 51, 2C and B5. RGB value is (81,44,181). Sum of RGB (Red+Green+Blue) = 81+44+181=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #512CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CB5 is #AED34A. Grayscale: #464646. Windows color (decimal): -11457355 or 11873361. OLE color: 11873361.
HSL color Cylindrical-coordinate representation of color #512CB5: hue angle of 256.2º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512CB5 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 44 | 181 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.29 |
| HSL | 256.2º | 0.61% | 0.44% | - |
| HSV(B) | 256.2º | 0.76% | 0.71% | - |
| XYZ | 12.63 | 6.89 | 44.38 | - |
| YUV | 70.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 181 | 0.55 | 0.76 | 0 | 0.29 | 256.2 | 0.61 | 0.44 |
| Hex | 51 | 2C | B5 | 37 | 4C | 0 | 1D | 100 | 3D | 2C |
| Octal | 121 | 54 | 265 | 67 | 114 | 0 | 35 | 400 | 75 | 54 |
| Binary | 1010001 | 101100 | 10110101 | 110111 | 1001100 | 0 | 11101 | 100000000 | 111101 | 101100 |
Color Harmonies of #512CB5
Complementary color
Monochromatic Colors of #512CB5
Black with #512CB5
Text Example
Text Example
White with #512CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CB5; }
p { color: rgb(81,44,181); }
H1.HeaderClassName
{
color: #512CB5;
}
.AnyTagClassName
{
color: #512CB5;
}
</style>
background-color css
<style>
a { background-color: #512CB5; }
a { background-color: rgb(81,44,181); }
div.DivClassName
{
background-color: #512CB5;
}
.BgClassName
{
background-color: #512CB5;
}
</style>
border-color css
<style>
span { border-color: #512CB5; }
span { border-color: rgb(81,44,181); }
td.TdClassName
{
border-color: #512CB5;
}
.TagClassName
{
border-color: #512CB5;
}
</style>