Shades of Purple Heart #523BBA
Tints of Purple Heart #523BBA
RGB
CMYK
RGB Variations
Color information
#523BBA (or 0x523BBA) is known color: Purple Heart. HEX triplet: 52, 3B and BA. RGB value is (82,59,186). Sum of RGB (Red+Green+Blue) = 82+59+186=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #523BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BBA is #ADC445. Grayscale: #4F4F4F. Windows color (decimal): -11387974 or 12204882. OLE color: 12204882.
HSL color Cylindrical-coordinate representation of color #523BBA: hue angle of 250.87º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523BBA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 59 | 186 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.27 |
| HSL | 250.87º | 0.52% | 0.48% | - |
| HSV(B) | 250.87º | 0.68% | 0.73% | - |
| XYZ | 13.91 | 8.47 | 47.36 | - |
| YUV | 80.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 186 | 0.56 | 0.68 | 0 | 0.27 | 250.87 | 0.52 | 0.48 |
| Hex | 52 | 3B | BA | 38 | 44 | 0 | 1B | FB | 34 | 30 |
| Octal | 122 | 73 | 272 | 70 | 104 | 0 | 33 | 373 | 64 | 60 |
| Binary | 1010010 | 111011 | 10111010 | 111000 | 1000100 | 0 | 11011 | 11111011 | 110100 | 110000 |
Color Harmonies of #523BBA
Complementary color
Monochromatic Colors of #523BBA
Black with #523BBA
Text Example
Text Example
White with #523BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BBA; }
p { color: rgb(82,59,186); }
H1.HeaderClassName
{
color: #523BBA;
}
.AnyTagClassName
{
color: #523BBA;
}
</style>
background-color css
<style>
a { background-color: #523BBA; }
a { background-color: rgb(82,59,186); }
div.DivClassName
{
background-color: #523BBA;
}
.BgClassName
{
background-color: #523BBA;
}
</style>
border-color css
<style>
span { border-color: #523BBA; }
span { border-color: rgb(82,59,186); }
td.TdClassName
{
border-color: #523BBA;
}
.TagClassName
{
border-color: #523BBA;
}
</style>