Shades of Purple Heart #523ACC
Tints of Purple Heart #523ACC
RGB
CMYK
RGB Variations
Color information
#523ACC (or 0x523ACC) is known color: Purple Heart. HEX triplet: 52, 3A and CC. RGB value is (82,58,204). Sum of RGB (Red+Green+Blue) = 82+58+204=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #523ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ACC is #ADC533. Grayscale: #515151. Windows color (decimal): -11388212 or 13384274. OLE color: 13384274.
HSL color Cylindrical-coordinate representation of color #523ACC: hue angle of 249.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523ACC is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 58 | 204 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.2 |
| HSL | 249.86º | 0.59% | 0.51% | - |
| HSV(B) | 249.86º | 0.72% | 0.8% | - |
| XYZ | 15.89 | 9.18 | 58.06 | - |
| YUV | 81.82 | 196.95 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 204 | 0.60 | 0.72 | 0 | 0.2 | 249.86 | 0.59 | 0.51 |
| Hex | 52 | 3A | CC | 3C | 48 | 0 | 14 | FA | 3B | 33 |
| Octal | 122 | 72 | 314 | 74 | 110 | 0 | 24 | 372 | 73 | 63 |
| Binary | 1010010 | 111010 | 11001100 | 111100 | 1001000 | 0 | 10100 | 11111010 | 111011 | 110011 |
Color Harmonies of #523ACC
Complementary color
Monochromatic Colors of #523ACC
Black with #523ACC
Text Example
Text Example
White with #523ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523ACC; }
p { color: rgb(82,58,204); }
H1.HeaderClassName
{
color: #523ACC;
}
.AnyTagClassName
{
color: #523ACC;
}
</style>
background-color css
<style>
a { background-color: #523ACC; }
a { background-color: rgb(82,58,204); }
div.DivClassName
{
background-color: #523ACC;
}
.BgClassName
{
background-color: #523ACC;
}
</style>
border-color css
<style>
span { border-color: #523ACC; }
span { border-color: rgb(82,58,204); }
td.TdClassName
{
border-color: #523ACC;
}
.TagClassName
{
border-color: #523ACC;
}
</style>