Shades of Purple Heart #523CCC
Tints of Purple Heart #523CCC
RGB
CMYK
RGB Variations
Color information
#523CCC (or 0x523CCC) is known color: Purple Heart. HEX triplet: 52, 3C and CC. RGB value is (82,60,204). Sum of RGB (Red+Green+Blue) = 82+60+204=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #523CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CCC is #ADC333. Grayscale: #525252. Windows color (decimal): -11387700 or 13384786. OLE color: 13384786.
HSL color Cylindrical-coordinate representation of color #523CCC: hue angle of 249.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523CCC is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 60 | 204 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.2 |
| HSL | 249.17º | 0.59% | 0.52% | - |
| HSV(B) | 249.17º | 0.71% | 0.8% | - |
| XYZ | 15.99 | 9.39 | 58.1 | - |
| YUV | 82.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 204 | 0.60 | 0.71 | 0 | 0.2 | 249.17 | 0.59 | 0.52 |
| Hex | 52 | 3C | CC | 3C | 47 | 0 | 14 | F9 | 3B | 34 |
| Octal | 122 | 74 | 314 | 74 | 107 | 0 | 24 | 371 | 73 | 64 |
| Binary | 1010010 | 111100 | 11001100 | 111100 | 1000111 | 0 | 10100 | 11111001 | 111011 | 110100 |
Color Harmonies of #523CCC
Complementary color
Monochromatic Colors of #523CCC
Black with #523CCC
Text Example
Text Example
White with #523CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CCC; }
p { color: rgb(82,60,204); }
H1.HeaderClassName
{
color: #523CCC;
}
.AnyTagClassName
{
color: #523CCC;
}
</style>
background-color css
<style>
a { background-color: #523CCC; }
a { background-color: rgb(82,60,204); }
div.DivClassName
{
background-color: #523CCC;
}
.BgClassName
{
background-color: #523CCC;
}
</style>
border-color css
<style>
span { border-color: #523CCC; }
span { border-color: rgb(82,60,204); }
td.TdClassName
{
border-color: #523CCC;
}
.TagClassName
{
border-color: #523CCC;
}
</style>