Shades of Purple Heart #523CDA
Tints of Purple Heart #523CDA
RGB
CMYK
RGB Variations
Color information
#523CDA (or 0x523CDA) is known color: Purple Heart. HEX triplet: 52, 3C and DA. RGB value is (82,60,218). Sum of RGB (Red+Green+Blue) = 82+60+218=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #523CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CDA is #ADC325. Grayscale: #535353. Windows color (decimal): -11387686 or 14302290. OLE color: 14302290.
HSL color Cylindrical-coordinate representation of color #523CDA: hue angle of 248.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523CDA is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 60 | 218 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.15 |
| HSL | 248.35º | 0.68% | 0.55% | - |
| HSV(B) | 248.35º | 0.72% | 0.85% | - |
| XYZ | 17.75 | 10.09 | 67.34 | - |
| YUV | 84.59 | 203.29 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 218 | 0.62 | 0.72 | 0 | 0.15 | 248.35 | 0.68 | 0.55 |
| Hex | 52 | 3C | DA | 3E | 48 | 0 | F | F8 | 44 | 37 |
| Octal | 122 | 74 | 332 | 76 | 110 | 0 | 17 | 370 | 104 | 67 |
| Binary | 1010010 | 111100 | 11011010 | 111110 | 1001000 | 0 | 1111 | 11111000 | 1000100 | 110111 |
Color Harmonies of #523CDA
Complementary color
Monochromatic Colors of #523CDA
Black with #523CDA
Text Example
Text Example
White with #523CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CDA; }
p { color: rgb(82,60,218); }
H1.HeaderClassName
{
color: #523CDA;
}
.AnyTagClassName
{
color: #523CDA;
}
</style>
background-color css
<style>
a { background-color: #523CDA; }
a { background-color: rgb(82,60,218); }
div.DivClassName
{
background-color: #523CDA;
}
.BgClassName
{
background-color: #523CDA;
}
</style>
border-color css
<style>
span { border-color: #523CDA; }
span { border-color: rgb(82,60,218); }
td.TdClassName
{
border-color: #523CDA;
}
.TagClassName
{
border-color: #523CDA;
}
</style>