Shades of Purple Heart #523CBE
Tints of Purple Heart #523CBE
RGB
CMYK
RGB Variations
Color information
#523CBE (or 0x523CBE) is known color: Purple Heart. HEX triplet: 52, 3C and BE. RGB value is (82,60,190). Sum of RGB (Red+Green+Blue) = 82+60+190=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #523CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CBE is #ADC341. Grayscale: #505050. Windows color (decimal): -11387714 or 12467282. OLE color: 12467282.
HSL color Cylindrical-coordinate representation of color #523CBE: hue angle of 250.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523CBE is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 60 | 190 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.25 |
| HSL | 250.15º | 0.52% | 0.49% | - |
| HSV(B) | 250.15º | 0.68% | 0.75% | - |
| XYZ | 14.39 | 8.74 | 49.64 | - |
| YUV | 81.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 190 | 0.57 | 0.68 | 0 | 0.25 | 250.15 | 0.52 | 0.49 |
| Hex | 52 | 3C | BE | 39 | 44 | 0 | 19 | FA | 34 | 31 |
| Octal | 122 | 74 | 276 | 71 | 104 | 0 | 31 | 372 | 64 | 61 |
| Binary | 1010010 | 111100 | 10111110 | 111001 | 1000100 | 0 | 11001 | 11111010 | 110100 | 110001 |
Color Harmonies of #523CBE
Complementary color
Monochromatic Colors of #523CBE
Black with #523CBE
Text Example
Text Example
White with #523CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CBE; }
p { color: rgb(82,60,190); }
H1.HeaderClassName
{
color: #523CBE;
}
.AnyTagClassName
{
color: #523CBE;
}
</style>
background-color css
<style>
a { background-color: #523CBE; }
a { background-color: rgb(82,60,190); }
div.DivClassName
{
background-color: #523CBE;
}
.BgClassName
{
background-color: #523CBE;
}
</style>
border-color css
<style>
span { border-color: #523CBE; }
span { border-color: rgb(82,60,190); }
td.TdClassName
{
border-color: #523CBE;
}
.TagClassName
{
border-color: #523CBE;
}
</style>