Shades of Purple Heart #523EBA
Tints of Purple Heart #523EBA
RGB
CMYK
RGB Variations
Color information
#523EBA (or 0x523EBA) is known color: Purple Heart. HEX triplet: 52, 3E and BA. RGB value is (82,62,186). Sum of RGB (Red+Green+Blue) = 82+62+186=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #523EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523EBA is #ADC145. Grayscale: #515151. Windows color (decimal): -11387206 or 12205650. OLE color: 12205650.
HSL color Cylindrical-coordinate representation of color #523EBA: hue angle of 249.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523EBA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 62 | 186 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.27 |
| HSL | 249.68º | 0.5% | 0.49% | - |
| HSV(B) | 249.68º | 0.67% | 0.73% | - |
| XYZ | 14.07 | 8.78 | 47.41 | - |
| YUV | 82.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 186 | 0.56 | 0.67 | 0 | 0.27 | 249.68 | 0.5 | 0.49 |
| Hex | 52 | 3E | BA | 38 | 43 | 0 | 1B | FA | 32 | 31 |
| Octal | 122 | 76 | 272 | 70 | 103 | 0 | 33 | 372 | 62 | 61 |
| Binary | 1010010 | 111110 | 10111010 | 111000 | 1000011 | 0 | 11011 | 11111010 | 110010 | 110001 |
Color Harmonies of #523EBA
Complementary color
Monochromatic Colors of #523EBA
Black with #523EBA
Text Example
Text Example
White with #523EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523EBA; }
p { color: rgb(82,62,186); }
H1.HeaderClassName
{
color: #523EBA;
}
.AnyTagClassName
{
color: #523EBA;
}
</style>
background-color css
<style>
a { background-color: #523EBA; }
a { background-color: rgb(82,62,186); }
div.DivClassName
{
background-color: #523EBA;
}
.BgClassName
{
background-color: #523EBA;
}
</style>
border-color css
<style>
span { border-color: #523EBA; }
span { border-color: rgb(82,62,186); }
td.TdClassName
{
border-color: #523EBA;
}
.TagClassName
{
border-color: #523EBA;
}
</style>