Shades of Purple Heart #5213CD
Tints of Purple Heart #5213CD
RGB
CMYK
RGB Variations
Color information
#5213CD (or 0x5213CD) is known color: Purple Heart. HEX triplet: 52, 13 and CD. RGB value is (82,19,205). Sum of RGB (Red+Green+Blue) = 82+19+205=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #5213CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213CD is #ADEC32. Grayscale: #3A3A3A. Windows color (decimal): -11398195 or 13439826. OLE color: 13439826.
HSL color Cylindrical-coordinate representation of color #5213CD: hue angle of 260.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5213CD is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 19 | 205 | - |
| CMYK | 0.6 | 0.91 | 0 | 0.20 |
| HSL | 260.32º | 0.83% | 0.44% | - |
| HSV(B) | 260.32º | 0.91% | 0.8% | - |
| XYZ | 14.73 | 6.67 | 58.27 | - |
| YUV | 59.04 | 210.37 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 205 | 0.6 | 0.91 | 0 | 0.20 | 260.32 | 0.83 | 0.44 |
| Hex | 52 | 13 | CD | 3C | 5B | 0 | 14 | 104 | 53 | 2C |
| Octal | 122 | 23 | 315 | 74 | 133 | 0 | 24 | 404 | 123 | 54 |
| Binary | 1010010 | 10011 | 11001101 | 111100 | 1011011 | 0 | 10100 | 100000100 | 1010011 | 101100 |
Color Harmonies of #5213CD
Complementary color
Monochromatic Colors of #5213CD
Black with #5213CD
Text Example
Text Example
White with #5213CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213CD; }
p { color: rgb(82,19,205); }
H1.HeaderClassName
{
color: #5213CD;
}
.AnyTagClassName
{
color: #5213CD;
}
</style>
background-color css
<style>
a { background-color: #5213CD; }
a { background-color: rgb(82,19,205); }
div.DivClassName
{
background-color: #5213CD;
}
.BgClassName
{
background-color: #5213CD;
}
</style>
border-color css
<style>
span { border-color: #5213CD; }
span { border-color: rgb(82,19,205); }
td.TdClassName
{
border-color: #5213CD;
}
.TagClassName
{
border-color: #5213CD;
}
</style>