Shades of Purple Heart #523BBC
Tints of Purple Heart #523BBC
RGB
CMYK
RGB Variations
Color information
#523BBC (or 0x523BBC) is known color: Purple Heart. HEX triplet: 52, 3B and BC. RGB value is (82,59,188). Sum of RGB (Red+Green+Blue) = 82+59+188=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #523BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BBC is #ADC443. Grayscale: #505050. Windows color (decimal): -11387972 or 12335954. OLE color: 12335954.
HSL color Cylindrical-coordinate representation of color #523BBC: hue angle of 250.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523BBC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 59 | 188 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.26 |
| HSL | 250.7º | 0.52% | 0.48% | - |
| HSV(B) | 250.7º | 0.69% | 0.74% | - |
| XYZ | 14.12 | 8.55 | 48.48 | - |
| YUV | 80.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 188 | 0.56 | 0.69 | 0 | 0.26 | 250.7 | 0.52 | 0.48 |
| Hex | 52 | 3B | BC | 38 | 45 | 0 | 1A | FB | 34 | 30 |
| Octal | 122 | 73 | 274 | 70 | 105 | 0 | 32 | 373 | 64 | 60 |
| Binary | 1010010 | 111011 | 10111100 | 111000 | 1000101 | 0 | 11010 | 11111011 | 110100 | 110000 |
Color Harmonies of #523BBC
Complementary color
Monochromatic Colors of #523BBC
Black with #523BBC
Text Example
Text Example
White with #523BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BBC; }
p { color: rgb(82,59,188); }
H1.HeaderClassName
{
color: #523BBC;
}
.AnyTagClassName
{
color: #523BBC;
}
</style>
background-color css
<style>
a { background-color: #523BBC; }
a { background-color: rgb(82,59,188); }
div.DivClassName
{
background-color: #523BBC;
}
.BgClassName
{
background-color: #523BBC;
}
</style>
border-color css
<style>
span { border-color: #523BBC; }
span { border-color: rgb(82,59,188); }
td.TdClassName
{
border-color: #523BBC;
}
.TagClassName
{
border-color: #523BBC;
}
</style>