Shades of Purple Heart #523BDC
Tints of Purple Heart #523BDC
RGB
CMYK
RGB Variations
Color information
#523BDC (or 0x523BDC) is known color: Purple Heart. HEX triplet: 52, 3B and DC. RGB value is (82,59,220). Sum of RGB (Red+Green+Blue) = 82+59+220=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #523BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BDC is #ADC423. Grayscale: #535353. Windows color (decimal): -11387940 or 14433106. OLE color: 14433106.
HSL color Cylindrical-coordinate representation of color #523BDC: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523BDC is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 59 | 220 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.14 |
| HSL | 248.57º | 0.7% | 0.55% | - |
| HSV(B) | 248.57º | 0.73% | 0.86% | - |
| XYZ | 17.96 | 10.09 | 68.71 | - |
| YUV | 84.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 220 | 0.63 | 0.73 | 0 | 0.14 | 248.57 | 0.7 | 0.55 |
| Hex | 52 | 3B | DC | 3F | 49 | 0 | E | F9 | 46 | 37 |
| Octal | 122 | 73 | 334 | 77 | 111 | 0 | 16 | 371 | 106 | 67 |
| Binary | 1010010 | 111011 | 11011100 | 111111 | 1001001 | 0 | 1110 | 11111001 | 1000110 | 110111 |
Color Harmonies of #523BDC
Complementary color
Monochromatic Colors of #523BDC
Black with #523BDC
Text Example
Text Example
White with #523BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BDC; }
p { color: rgb(82,59,220); }
H1.HeaderClassName
{
color: #523BDC;
}
.AnyTagClassName
{
color: #523BDC;
}
</style>
background-color css
<style>
a { background-color: #523BDC; }
a { background-color: rgb(82,59,220); }
div.DivClassName
{
background-color: #523BDC;
}
.BgClassName
{
background-color: #523BDC;
}
</style>
border-color css
<style>
span { border-color: #523BDC; }
span { border-color: rgb(82,59,220); }
td.TdClassName
{
border-color: #523BDC;
}
.TagClassName
{
border-color: #523BDC;
}
</style>