Shades of Purple Heart #523BB8
Tints of Purple Heart #523BB8
RGB
CMYK
RGB Variations
Color information
#523BB8 (or 0x523BB8) is known color: Purple Heart. HEX triplet: 52, 3B and B8. RGB value is (82,59,184). Sum of RGB (Red+Green+Blue) = 82+59+184=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #523BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BB8 is #ADC447. Grayscale: #4F4F4F. Windows color (decimal): -11387976 or 12073810. OLE color: 12073810.
HSL color Cylindrical-coordinate representation of color #523BB8: hue angle of 251.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523BB8 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 59 | 184 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.28 |
| HSL | 251.04º | 0.51% | 0.48% | - |
| HSV(B) | 251.04º | 0.68% | 0.72% | - |
| XYZ | 13.7 | 8.38 | 46.24 | - |
| YUV | 80.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 184 | 0.55 | 0.68 | 0 | 0.28 | 251.04 | 0.51 | 0.48 |
| Hex | 52 | 3B | B8 | 37 | 44 | 0 | 1C | FB | 33 | 30 |
| Octal | 122 | 73 | 270 | 67 | 104 | 0 | 34 | 373 | 63 | 60 |
| Binary | 1010010 | 111011 | 10111000 | 110111 | 1000100 | 0 | 11100 | 11111011 | 110011 | 110000 |
Color Harmonies of #523BB8
Complementary color
Monochromatic Colors of #523BB8
Black with #523BB8
Text Example
Text Example
White with #523BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BB8; }
p { color: rgb(82,59,184); }
H1.HeaderClassName
{
color: #523BB8;
}
.AnyTagClassName
{
color: #523BB8;
}
</style>
background-color css
<style>
a { background-color: #523BB8; }
a { background-color: rgb(82,59,184); }
div.DivClassName
{
background-color: #523BB8;
}
.BgClassName
{
background-color: #523BB8;
}
</style>
border-color css
<style>
span { border-color: #523BB8; }
span { border-color: rgb(82,59,184); }
td.TdClassName
{
border-color: #523BB8;
}
.TagClassName
{
border-color: #523BB8;
}
</style>