Shades of Purple Heart #523CB5
Tints of Purple Heart #523CB5
RGB
CMYK
RGB Variations
Color information
#523CB5 (or 0x523CB5) is known color: Purple Heart. HEX triplet: 52, 3C and B5. RGB value is (82,60,181). Sum of RGB (Red+Green+Blue) = 82+60+181=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #523CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CB5 is #ADC34A. Grayscale: #4F4F4F. Windows color (decimal): -11387723 or 11877458. OLE color: 11877458.
HSL color Cylindrical-coordinate representation of color #523CB5: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523CB5 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 60 | 181 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.29 |
| HSL | 250.91º | 0.5% | 0.47% | - |
| HSV(B) | 250.91º | 0.67% | 0.71% | - |
| XYZ | 13.44 | 8.36 | 44.62 | - |
| YUV | 80.37 | 184.79 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 181 | 0.55 | 0.67 | 0 | 0.29 | 250.91 | 0.5 | 0.47 |
| Hex | 52 | 3C | B5 | 37 | 43 | 0 | 1D | FB | 32 | 2F |
| Octal | 122 | 74 | 265 | 67 | 103 | 0 | 35 | 373 | 62 | 57 |
| Binary | 1010010 | 111100 | 10110101 | 110111 | 1000011 | 0 | 11101 | 11111011 | 110010 | 101111 |
Color Harmonies of #523CB5
Complementary color
Monochromatic Colors of #523CB5
Black with #523CB5
Text Example
Text Example
White with #523CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CB5; }
p { color: rgb(82,60,181); }
H1.HeaderClassName
{
color: #523CB5;
}
.AnyTagClassName
{
color: #523CB5;
}
</style>
background-color css
<style>
a { background-color: #523CB5; }
a { background-color: rgb(82,60,181); }
div.DivClassName
{
background-color: #523CB5;
}
.BgClassName
{
background-color: #523CB5;
}
</style>
border-color css
<style>
span { border-color: #523CB5; }
span { border-color: rgb(82,60,181); }
td.TdClassName
{
border-color: #523CB5;
}
.TagClassName
{
border-color: #523CB5;
}
</style>