Shades of Purple Heart #523BBB
Tints of Purple Heart #523BBB
RGB
CMYK
RGB Variations
Color information
#523BBB (or 0x523BBB) is known color: Purple Heart. HEX triplet: 52, 3B and BB. RGB value is (82,59,187). Sum of RGB (Red+Green+Blue) = 82+59+187=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #523BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BBB is #ADC444. Grayscale: #4F4F4F. Windows color (decimal): -11387973 or 12270418. OLE color: 12270418.
HSL color Cylindrical-coordinate representation of color #523BBB: hue angle of 250.78º 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 #523BBB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 59 | 187 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.27 |
| HSL | 250.78º | 0.52% | 0.48% | - |
| HSV(B) | 250.78º | 0.68% | 0.73% | - |
| XYZ | 14.01 | 8.51 | 47.92 | - |
| YUV | 80.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 187 | 0.56 | 0.68 | 0 | 0.27 | 250.78 | 0.52 | 0.48 |
| Hex | 52 | 3B | BB | 38 | 44 | 0 | 1B | FB | 34 | 30 |
| Octal | 122 | 73 | 273 | 70 | 104 | 0 | 33 | 373 | 64 | 60 |
| Binary | 1010010 | 111011 | 10111011 | 111000 | 1000100 | 0 | 11011 | 11111011 | 110100 | 110000 |
Color Harmonies of #523BBB
Complementary color
Monochromatic Colors of #523BBB
Black with #523BBB
Text Example
Text Example
White with #523BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BBB; }
p { color: rgb(82,59,187); }
H1.HeaderClassName
{
color: #523BBB;
}
.AnyTagClassName
{
color: #523BBB;
}
</style>
background-color css
<style>
a { background-color: #523BBB; }
a { background-color: rgb(82,59,187); }
div.DivClassName
{
background-color: #523BBB;
}
.BgClassName
{
background-color: #523BBB;
}
</style>
border-color css
<style>
span { border-color: #523BBB; }
span { border-color: rgb(82,59,187); }
td.TdClassName
{
border-color: #523BBB;
}
.TagClassName
{
border-color: #523BBB;
}
</style>