Shades of Purple Heart #5112D2
Tints of Purple Heart #5112D2
RGB
CMYK
RGB Variations
Color information
#5112D2 (or 0x5112D2) is known color: Purple Heart. HEX triplet: 51, 12 and D2. RGB value is (81,18,210). Sum of RGB (Red+Green+Blue) = 81+18+210=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #5112D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5112D2 is #AEED2D. Grayscale: #3A3A3A. Windows color (decimal): -11463982 or 13767249. OLE color: 13767249.
HSL color Cylindrical-coordinate representation of color #5112D2: hue angle of 259.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5112D2 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 18 | 210 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.18 |
| HSL | 259.69º | 0.84% | 0.45% | - |
| HSV(B) | 259.69º | 0.91% | 0.82% | - |
| XYZ | 15.24 | 6.84 | 61.49 | - |
| YUV | 58.73 | 213.37 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 210 | 0.61 | 0.91 | 0 | 0.18 | 259.69 | 0.84 | 0.45 |
| Hex | 51 | 12 | D2 | 3D | 5B | 0 | 12 | 104 | 54 | 2D |
| Octal | 121 | 22 | 322 | 75 | 133 | 0 | 22 | 404 | 124 | 55 |
| Binary | 1010001 | 10010 | 11010010 | 111101 | 1011011 | 0 | 10010 | 100000100 | 1010100 | 101101 |
Color Harmonies of #5112D2
Complementary color
Monochromatic Colors of #5112D2
Black with #5112D2
Text Example
Text Example
White with #5112D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5112D2; }
p { color: rgb(81,18,210); }
H1.HeaderClassName
{
color: #5112D2;
}
.AnyTagClassName
{
color: #5112D2;
}
</style>
background-color css
<style>
a { background-color: #5112D2; }
a { background-color: rgb(81,18,210); }
div.DivClassName
{
background-color: #5112D2;
}
.BgClassName
{
background-color: #5112D2;
}
</style>
border-color css
<style>
span { border-color: #5112D2; }
span { border-color: rgb(81,18,210); }
td.TdClassName
{
border-color: #5112D2;
}
.TagClassName
{
border-color: #5112D2;
}
</style>