Shades of Purple Heart #523DCA
Tints of Purple Heart #523DCA
RGB
CMYK
RGB Variations
Color information
#523DCA (or 0x523DCA) is known color: Purple Heart. HEX triplet: 52, 3D and CA. RGB value is (82,61,202). Sum of RGB (Red+Green+Blue) = 82+61+202=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #523DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DCA is #ADC235. Grayscale: #525252. Windows color (decimal): -11387446 or 13253970. OLE color: 13253970.
HSL color Cylindrical-coordinate representation of color #523DCA: hue angle of 248.94º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523DCA is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 61 | 202 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.21 |
| HSL | 248.94º | 0.57% | 0.52% | - |
| HSV(B) | 248.94º | 0.7% | 0.79% | - |
| XYZ | 15.81 | 9.4 | 56.86 | - |
| YUV | 83.35 | 194.96 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 202 | 0.59 | 0.70 | 0 | 0.21 | 248.94 | 0.57 | 0.52 |
| Hex | 52 | 3D | CA | 3B | 46 | 0 | 15 | F9 | 39 | 34 |
| Octal | 122 | 75 | 312 | 73 | 106 | 0 | 25 | 371 | 71 | 64 |
| Binary | 1010010 | 111101 | 11001010 | 111011 | 1000110 | 0 | 10101 | 11111001 | 111001 | 110100 |
Color Harmonies of #523DCA
Complementary color
Monochromatic Colors of #523DCA
Black with #523DCA
Text Example
Text Example
White with #523DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DCA; }
p { color: rgb(82,61,202); }
H1.HeaderClassName
{
color: #523DCA;
}
.AnyTagClassName
{
color: #523DCA;
}
</style>
background-color css
<style>
a { background-color: #523DCA; }
a { background-color: rgb(82,61,202); }
div.DivClassName
{
background-color: #523DCA;
}
.BgClassName
{
background-color: #523DCA;
}
</style>
border-color css
<style>
span { border-color: #523DCA; }
span { border-color: rgb(82,61,202); }
td.TdClassName
{
border-color: #523DCA;
}
.TagClassName
{
border-color: #523DCA;
}
</style>