Shades of Purple Heart #523AC1
Tints of Purple Heart #523AC1
RGB
CMYK
RGB Variations
Color information
#523AC1 (or 0x523AC1) is known color: Purple Heart. HEX triplet: 52, 3A and C1. RGB value is (82,58,193). Sum of RGB (Red+Green+Blue) = 82+58+193=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #523AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523AC1 is #ADC53E. Grayscale: #505050. Windows color (decimal): -11388223 or 12663378. OLE color: 12663378.
HSL color Cylindrical-coordinate representation of color #523AC1: hue angle of 250.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523AC1 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 58 | 193 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.24 |
| HSL | 250.67º | 0.54% | 0.49% | - |
| HSV(B) | 250.67º | 0.7% | 0.76% | - |
| XYZ | 14.62 | 8.67 | 51.36 | - |
| YUV | 80.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 193 | 0.58 | 0.70 | 0 | 0.24 | 250.67 | 0.54 | 0.49 |
| Hex | 52 | 3A | C1 | 3A | 46 | 0 | 18 | FB | 36 | 31 |
| Octal | 122 | 72 | 301 | 72 | 106 | 0 | 30 | 373 | 66 | 61 |
| Binary | 1010010 | 111010 | 11000001 | 111010 | 1000110 | 0 | 11000 | 11111011 | 110110 | 110001 |
Color Harmonies of #523AC1
Complementary color
Monochromatic Colors of #523AC1
Black with #523AC1
Text Example
Text Example
White with #523AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523AC1; }
p { color: rgb(82,58,193); }
H1.HeaderClassName
{
color: #523AC1;
}
.AnyTagClassName
{
color: #523AC1;
}
</style>
background-color css
<style>
a { background-color: #523AC1; }
a { background-color: rgb(82,58,193); }
div.DivClassName
{
background-color: #523AC1;
}
.BgClassName
{
background-color: #523AC1;
}
</style>
border-color css
<style>
span { border-color: #523AC1; }
span { border-color: rgb(82,58,193); }
td.TdClassName
{
border-color: #523AC1;
}
.TagClassName
{
border-color: #523AC1;
}
</style>