Shades of Purple Heart #523EC7
Tints of Purple Heart #523EC7
RGB
CMYK
RGB Variations
Color information
#523EC7 (or 0x523EC7) is known color: Purple Heart. HEX triplet: 52, 3E and C7. RGB value is (82,62,199). Sum of RGB (Red+Green+Blue) = 82+62+199=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 199 (78.12% from 255 or 58.02% from 343); Max value from RGB is 199 - color contains mainly: blue. Hex color #523EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523EC7 is #ADC138. Grayscale: #535353. Windows color (decimal): -11387193 or 13057618. OLE color: 13057618.
HSL color Cylindrical-coordinate representation of color #523EC7: hue angle of 248.76º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523EC7 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 62 | 199 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.22 |
| HSL | 248.76º | 0.55% | 0.51% | - |
| HSV(B) | 248.76º | 0.69% | 0.78% | - |
| XYZ | 15.51 | 9.36 | 55.02 | - |
| YUV | 83.6 | 193.13 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 199 | 0.59 | 0.69 | 0 | 0.22 | 248.76 | 0.55 | 0.51 |
| Hex | 52 | 3E | C7 | 3B | 45 | 0 | 16 | F9 | 37 | 33 |
| Octal | 122 | 76 | 307 | 73 | 105 | 0 | 26 | 371 | 67 | 63 |
| Binary | 1010010 | 111110 | 11000111 | 111011 | 1000101 | 0 | 10110 | 11111001 | 110111 | 110011 |
Color Harmonies of #523EC7
Complementary color
Monochromatic Colors of #523EC7
Black with #523EC7
Text Example
Text Example
White with #523EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523EC7; }
p { color: rgb(82,62,199); }
H1.HeaderClassName
{
color: #523EC7;
}
.AnyTagClassName
{
color: #523EC7;
}
</style>
background-color css
<style>
a { background-color: #523EC7; }
a { background-color: rgb(82,62,199); }
div.DivClassName
{
background-color: #523EC7;
}
.BgClassName
{
background-color: #523EC7;
}
</style>
border-color css
<style>
span { border-color: #523EC7; }
span { border-color: rgb(82,62,199); }
td.TdClassName
{
border-color: #523EC7;
}
.TagClassName
{
border-color: #523EC7;
}
</style>