Shades of Purple Heart #523ADC
Tints of Purple Heart #523ADC
RGB
CMYK
RGB Variations
Color information
#523ADC (or 0x523ADC) is known color: Purple Heart. HEX triplet: 52, 3A and DC. RGB value is (82,58,220). Sum of RGB (Red+Green+Blue) = 82+58+220=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #523ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ADC is #ADC523. Grayscale: #535353. Windows color (decimal): -11388196 or 14432850. OLE color: 14432850.
HSL color Cylindrical-coordinate representation of color #523ADC: hue angle of 248.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523ADC is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 58 | 220 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.14 |
| HSL | 248.89º | 0.7% | 0.55% | - |
| HSV(B) | 248.89º | 0.74% | 0.86% | - |
| XYZ | 17.91 | 9.99 | 68.69 | - |
| YUV | 83.64 | 204.95 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 220 | 0.63 | 0.74 | 0 | 0.14 | 248.89 | 0.7 | 0.55 |
| Hex | 52 | 3A | DC | 3F | 4A | 0 | E | F9 | 46 | 37 |
| Octal | 122 | 72 | 334 | 77 | 112 | 0 | 16 | 371 | 106 | 67 |
| Binary | 1010010 | 111010 | 11011100 | 111111 | 1001010 | 0 | 1110 | 11111001 | 1000110 | 110111 |
Color Harmonies of #523ADC
Complementary color
Monochromatic Colors of #523ADC
Black with #523ADC
Text Example
Text Example
White with #523ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523ADC; }
p { color: rgb(82,58,220); }
H1.HeaderClassName
{
color: #523ADC;
}
.AnyTagClassName
{
color: #523ADC;
}
</style>
background-color css
<style>
a { background-color: #523ADC; }
a { background-color: rgb(82,58,220); }
div.DivClassName
{
background-color: #523ADC;
}
.BgClassName
{
background-color: #523ADC;
}
</style>
border-color css
<style>
span { border-color: #523ADC; }
span { border-color: rgb(82,58,220); }
td.TdClassName
{
border-color: #523ADC;
}
.TagClassName
{
border-color: #523ADC;
}
</style>