Shades of Purple Heart #512DCE
Tints of Purple Heart #512DCE
RGB
CMYK
RGB Variations
Color information
#512DCE (or 0x512DCE) is known color: Purple Heart. HEX triplet: 51, 2D and CE. RGB value is (81,45,206). Sum of RGB (Red+Green+Blue) = 81+45+206=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #512DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DCE is #AED231. Grayscale: #494949. Windows color (decimal): -11457074 or 13512017. OLE color: 13512017.
HSL color Cylindrical-coordinate representation of color #512DCE: hue angle of 253.42º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512DCE is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 45 | 206 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.19 |
| HSL | 253.42º | 0.64% | 0.49% | - |
| HSV(B) | 253.42º | 0.78% | 0.81% | - |
| XYZ | 15.47 | 8.08 | 59.14 | - |
| YUV | 74.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 206 | 0.61 | 0.78 | 0 | 0.19 | 253.42 | 0.64 | 0.49 |
| Hex | 51 | 2D | CE | 3D | 4E | 0 | 13 | FD | 40 | 31 |
| Octal | 121 | 55 | 316 | 75 | 116 | 0 | 23 | 375 | 100 | 61 |
| Binary | 1010001 | 101101 | 11001110 | 111101 | 1001110 | 0 | 10011 | 11111101 | 1000000 | 110001 |
Color Harmonies of #512DCE
Complementary color
Monochromatic Colors of #512DCE
Black with #512DCE
Text Example
Text Example
White with #512DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DCE; }
p { color: rgb(81,45,206); }
H1.HeaderClassName
{
color: #512DCE;
}
.AnyTagClassName
{
color: #512DCE;
}
</style>
background-color css
<style>
a { background-color: #512DCE; }
a { background-color: rgb(81,45,206); }
div.DivClassName
{
background-color: #512DCE;
}
.BgClassName
{
background-color: #512DCE;
}
</style>
border-color css
<style>
span { border-color: #512DCE; }
span { border-color: rgb(81,45,206); }
td.TdClassName
{
border-color: #512DCE;
}
.TagClassName
{
border-color: #512DCE;
}
</style>