Shades of Purple Heart #523CC1
Tints of Purple Heart #523CC1
RGB
CMYK
RGB Variations
Color information
#523CC1 (or 0x523CC1) is known color: Purple Heart. HEX triplet: 52, 3C and C1. RGB value is (82,60,193). Sum of RGB (Red+Green+Blue) = 82+60+193=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #523CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CC1 is #ADC33E. Grayscale: #515151. Windows color (decimal): -11387711 or 12663890. OLE color: 12663890.
HSL color Cylindrical-coordinate representation of color #523CC1: hue angle of 249.92º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523CC1 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 60 | 193 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.24 |
| HSL | 249.92º | 0.53% | 0.5% | - |
| HSV(B) | 249.92º | 0.69% | 0.76% | - |
| XYZ | 14.72 | 8.88 | 51.39 | - |
| YUV | 81.74 | 190.79 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 193 | 0.58 | 0.69 | 0 | 0.24 | 249.92 | 0.53 | 0.5 |
| Hex | 52 | 3C | C1 | 3A | 45 | 0 | 18 | FA | 35 | 32 |
| Octal | 122 | 74 | 301 | 72 | 105 | 0 | 30 | 372 | 65 | 62 |
| Binary | 1010010 | 111100 | 11000001 | 111010 | 1000101 | 0 | 11000 | 11111010 | 110101 | 110010 |
Color Harmonies of #523CC1
Complementary color
Monochromatic Colors of #523CC1
Black with #523CC1
Text Example
Text Example
White with #523CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CC1; }
p { color: rgb(82,60,193); }
H1.HeaderClassName
{
color: #523CC1;
}
.AnyTagClassName
{
color: #523CC1;
}
</style>
background-color css
<style>
a { background-color: #523CC1; }
a { background-color: rgb(82,60,193); }
div.DivClassName
{
background-color: #523CC1;
}
.BgClassName
{
background-color: #523CC1;
}
</style>
border-color css
<style>
span { border-color: #523CC1; }
span { border-color: rgb(82,60,193); }
td.TdClassName
{
border-color: #523CC1;
}
.TagClassName
{
border-color: #523CC1;
}
</style>