Shades of Purple Heart #513DCE
Tints of Purple Heart #513DCE
RGB
CMYK
RGB Variations
Color information
#513DCE (or 0x513DCE) is known color: Purple Heart. HEX triplet: 51, 3D and CE. RGB value is (81,61,206). Sum of RGB (Red+Green+Blue) = 81+61+206=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #513DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DCE is #AEC231. Grayscale: #525252. Windows color (decimal): -11452978 or 13516113. OLE color: 13516113.
HSL color Cylindrical-coordinate representation of color #513DCE: hue angle of 248.28º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513DCE is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 61 | 206 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.19 |
| HSL | 248.28º | 0.6% | 0.52% | - |
| HSV(B) | 248.28º | 0.7% | 0.81% | - |
| XYZ | 16.2 | 9.54 | 59.38 | - |
| YUV | 83.51 | 197.13 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 206 | 0.61 | 0.70 | 0 | 0.19 | 248.28 | 0.6 | 0.52 |
| Hex | 51 | 3D | CE | 3D | 46 | 0 | 13 | F8 | 3C | 34 |
| Octal | 121 | 75 | 316 | 75 | 106 | 0 | 23 | 370 | 74 | 64 |
| Binary | 1010001 | 111101 | 11001110 | 111101 | 1000110 | 0 | 10011 | 11111000 | 111100 | 110100 |
Color Harmonies of #513DCE
Complementary color
Monochromatic Colors of #513DCE
Black with #513DCE
Text Example
Text Example
White with #513DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513DCE; }
p { color: rgb(81,61,206); }
H1.HeaderClassName
{
color: #513DCE;
}
.AnyTagClassName
{
color: #513DCE;
}
</style>
background-color css
<style>
a { background-color: #513DCE; }
a { background-color: rgb(81,61,206); }
div.DivClassName
{
background-color: #513DCE;
}
.BgClassName
{
background-color: #513DCE;
}
</style>
border-color css
<style>
span { border-color: #513DCE; }
span { border-color: rgb(81,61,206); }
td.TdClassName
{
border-color: #513DCE;
}
.TagClassName
{
border-color: #513DCE;
}
</style>