Shades of Purple Heart #523AB4
Tints of Purple Heart #523AB4
RGB
CMYK
RGB Variations
Color information
#523AB4 (or 0x523AB4) is known color: Purple Heart. HEX triplet: 52, 3A and B4. RGB value is (82,58,180). Sum of RGB (Red+Green+Blue) = 82+58+180=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #523AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523AB4 is #ADC54B. Grayscale: #4E4E4E. Windows color (decimal): -11388236 or 11811410. OLE color: 11811410.
HSL color Cylindrical-coordinate representation of color #523AB4: hue angle of 251.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523AB4 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 58 | 180 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.29 |
| HSL | 251.8º | 0.51% | 0.47% | - |
| HSV(B) | 251.8º | 0.68% | 0.71% | - |
| XYZ | 13.23 | 8.12 | 44.05 | - |
| YUV | 79.08 | 184.95 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 180 | 0.54 | 0.68 | 0 | 0.29 | 251.8 | 0.51 | 0.47 |
| Hex | 52 | 3A | B4 | 36 | 44 | 0 | 1D | FC | 33 | 2F |
| Octal | 122 | 72 | 264 | 66 | 104 | 0 | 35 | 374 | 63 | 57 |
| Binary | 1010010 | 111010 | 10110100 | 110110 | 1000100 | 0 | 11101 | 11111100 | 110011 | 101111 |
Color Harmonies of #523AB4
Complementary color
Monochromatic Colors of #523AB4
Black with #523AB4
Text Example
Text Example
White with #523AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523AB4; }
p { color: rgb(82,58,180); }
H1.HeaderClassName
{
color: #523AB4;
}
.AnyTagClassName
{
color: #523AB4;
}
</style>
background-color css
<style>
a { background-color: #523AB4; }
a { background-color: rgb(82,58,180); }
div.DivClassName
{
background-color: #523AB4;
}
.BgClassName
{
background-color: #523AB4;
}
</style>
border-color css
<style>
span { border-color: #523AB4; }
span { border-color: rgb(82,58,180); }
td.TdClassName
{
border-color: #523AB4;
}
.TagClassName
{
border-color: #523AB4;
}
</style>