Shades of Purple Heart #5213CE
Tints of Purple Heart #5213CE
RGB
CMYK
RGB Variations
Color information
#5213CE (or 0x5213CE) is known color: Purple Heart. HEX triplet: 52, 13 and CE. RGB value is (82,19,206). Sum of RGB (Red+Green+Blue) = 82+19+206=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #5213CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213CE is #ADEC31. Grayscale: #3A3A3A. Windows color (decimal): -11398194 or 13505362. OLE color: 13505362.
HSL color Cylindrical-coordinate representation of color #5213CE: hue angle of 260.21º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5213CE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 19 | 206 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.19 |
| HSL | 260.21º | 0.83% | 0.44% | - |
| HSV(B) | 260.21º | 0.91% | 0.81% | - |
| XYZ | 14.85 | 6.72 | 58.91 | - |
| YUV | 59.16 | 210.87 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 206 | 0.60 | 0.91 | 0 | 0.19 | 260.21 | 0.83 | 0.44 |
| Hex | 52 | 13 | CE | 3C | 5B | 0 | 13 | 104 | 53 | 2C |
| Octal | 122 | 23 | 316 | 74 | 133 | 0 | 23 | 404 | 123 | 54 |
| Binary | 1010010 | 10011 | 11001110 | 111100 | 1011011 | 0 | 10011 | 100000100 | 1010011 | 101100 |
Color Harmonies of #5213CE
Complementary color
Monochromatic Colors of #5213CE
Black with #5213CE
Text Example
Text Example
White with #5213CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213CE; }
p { color: rgb(82,19,206); }
H1.HeaderClassName
{
color: #5213CE;
}
.AnyTagClassName
{
color: #5213CE;
}
</style>
background-color css
<style>
a { background-color: #5213CE; }
a { background-color: rgb(82,19,206); }
div.DivClassName
{
background-color: #5213CE;
}
.BgClassName
{
background-color: #5213CE;
}
</style>
border-color css
<style>
span { border-color: #5213CE; }
span { border-color: rgb(82,19,206); }
td.TdClassName
{
border-color: #5213CE;
}
.TagClassName
{
border-color: #5213CE;
}
</style>