Shades of Purple Heart #523AD6
Tints of Purple Heart #523AD6
RGB
CMYK
RGB Variations
Color information
#523AD6 (or 0x523AD6) is known color: Purple Heart. HEX triplet: 52, 3A and D6. RGB value is (82,58,214). Sum of RGB (Red+Green+Blue) = 82+58+214=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #523AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523AD6 is #ADC529. Grayscale: #525252. Windows color (decimal): -11388202 or 14039634. OLE color: 14039634.
HSL color Cylindrical-coordinate representation of color #523AD6: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523AD6 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 58 | 214 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.16 |
| HSL | 249.23º | 0.66% | 0.53% | - |
| HSV(B) | 249.23º | 0.73% | 0.84% | - |
| XYZ | 17.13 | 9.67 | 64.58 | - |
| YUV | 82.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 214 | 0.62 | 0.73 | 0 | 0.16 | 249.23 | 0.66 | 0.53 |
| Hex | 52 | 3A | D6 | 3E | 49 | 0 | 10 | F9 | 42 | 35 |
| Octal | 122 | 72 | 326 | 76 | 111 | 0 | 20 | 371 | 102 | 65 |
| Binary | 1010010 | 111010 | 11010110 | 111110 | 1001001 | 0 | 10000 | 11111001 | 1000010 | 110101 |
Color Harmonies of #523AD6
Complementary color
Monochromatic Colors of #523AD6
Black with #523AD6
Text Example
Text Example
White with #523AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523AD6; }
p { color: rgb(82,58,214); }
H1.HeaderClassName
{
color: #523AD6;
}
.AnyTagClassName
{
color: #523AD6;
}
</style>
background-color css
<style>
a { background-color: #523AD6; }
a { background-color: rgb(82,58,214); }
div.DivClassName
{
background-color: #523AD6;
}
.BgClassName
{
background-color: #523AD6;
}
</style>
border-color css
<style>
span { border-color: #523AD6; }
span { border-color: rgb(82,58,214); }
td.TdClassName
{
border-color: #523AD6;
}
.TagClassName
{
border-color: #523AD6;
}
</style>