Shades of Purple Heart #523BC8
Tints of Purple Heart #523BC8
RGB
CMYK
RGB Variations
Color information
#523BC8 (or 0x523BC8) is known color: Purple Heart. HEX triplet: 52, 3B and C8. RGB value is (82,59,200). Sum of RGB (Red+Green+Blue) = 82+59+200=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #523BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BC8 is #ADC437. Grayscale: #515151. Windows color (decimal): -11387960 or 13122386. OLE color: 13122386.
HSL color Cylindrical-coordinate representation of color #523BC8: hue angle of 249.79º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523BC8 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 59 | 200 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.22 |
| HSL | 249.79º | 0.56% | 0.51% | - |
| HSV(B) | 249.79º | 0.71% | 0.78% | - |
| XYZ | 15.47 | 9.09 | 55.58 | - |
| YUV | 81.95 | 194.62 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 200 | 0.59 | 0.70 | 0 | 0.22 | 249.79 | 0.56 | 0.51 |
| Hex | 52 | 3B | C8 | 3B | 46 | 0 | 16 | FA | 38 | 33 |
| Octal | 122 | 73 | 310 | 73 | 106 | 0 | 26 | 372 | 70 | 63 |
| Binary | 1010010 | 111011 | 11001000 | 111011 | 1000110 | 0 | 10110 | 11111010 | 111000 | 110011 |
Color Harmonies of #523BC8
Complementary color
Monochromatic Colors of #523BC8
Black with #523BC8
Text Example
Text Example
White with #523BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BC8; }
p { color: rgb(82,59,200); }
H1.HeaderClassName
{
color: #523BC8;
}
.AnyTagClassName
{
color: #523BC8;
}
</style>
background-color css
<style>
a { background-color: #523BC8; }
a { background-color: rgb(82,59,200); }
div.DivClassName
{
background-color: #523BC8;
}
.BgClassName
{
background-color: #523BC8;
}
</style>
border-color css
<style>
span { border-color: #523BC8; }
span { border-color: rgb(82,59,200); }
td.TdClassName
{
border-color: #523BC8;
}
.TagClassName
{
border-color: #523BC8;
}
</style>