Shades of Purple Heart #523BC1
Tints of Purple Heart #523BC1
RGB
CMYK
RGB Variations
Color information
#523BC1 (or 0x523BC1) is known color: Purple Heart. HEX triplet: 52, 3B and C1. RGB value is (82,59,193). Sum of RGB (Red+Green+Blue) = 82+59+193=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #523BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BC1 is #ADC43E. Grayscale: #505050. Windows color (decimal): -11387967 or 12663634. OLE color: 12663634.
HSL color Cylindrical-coordinate representation of color #523BC1: hue angle of 250.3º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523BC1 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 59 | 193 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.24 |
| HSL | 250.3º | 0.53% | 0.49% | - |
| HSV(B) | 250.3º | 0.69% | 0.76% | - |
| XYZ | 14.67 | 8.77 | 51.37 | - |
| YUV | 81.15 | 191.12 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 193 | 0.58 | 0.69 | 0 | 0.24 | 250.3 | 0.53 | 0.49 |
| Hex | 52 | 3B | C1 | 3A | 45 | 0 | 18 | FA | 35 | 31 |
| Octal | 122 | 73 | 301 | 72 | 105 | 0 | 30 | 372 | 65 | 61 |
| Binary | 1010010 | 111011 | 11000001 | 111010 | 1000101 | 0 | 11000 | 11111010 | 110101 | 110001 |
Color Harmonies of #523BC1
Complementary color
Monochromatic Colors of #523BC1
Black with #523BC1
Text Example
Text Example
White with #523BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BC1; }
p { color: rgb(82,59,193); }
H1.HeaderClassName
{
color: #523BC1;
}
.AnyTagClassName
{
color: #523BC1;
}
</style>
background-color css
<style>
a { background-color: #523BC1; }
a { background-color: rgb(82,59,193); }
div.DivClassName
{
background-color: #523BC1;
}
.BgClassName
{
background-color: #523BC1;
}
</style>
border-color css
<style>
span { border-color: #523BC1; }
span { border-color: rgb(82,59,193); }
td.TdClassName
{
border-color: #523BC1;
}
.TagClassName
{
border-color: #523BC1;
}
</style>