Shades of Purple Heart #523FC8
Tints of Purple Heart #523FC8
RGB
CMYK
RGB Variations
Color information
#523FC8 (or 0x523FC8) is known color: Purple Heart. HEX triplet: 52, 3F and C8. RGB value is (82,63,200). Sum of RGB (Red+Green+Blue) = 82+63+200=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #523FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FC8 is #ADC037. Grayscale: #535353. Windows color (decimal): -11386936 or 13123410. OLE color: 13123410.
HSL color Cylindrical-coordinate representation of color #523FC8: hue angle of 248.32º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523FC8 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 63 | 200 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.22 |
| HSL | 248.32º | 0.55% | 0.52% | - |
| HSV(B) | 248.32º | 0.69% | 0.78% | - |
| XYZ | 15.68 | 9.52 | 55.65 | - |
| YUV | 84.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 200 | 0.59 | 0.68 | 0 | 0.22 | 248.32 | 0.55 | 0.52 |
| Hex | 52 | 3F | C8 | 3B | 44 | 0 | 16 | F8 | 37 | 34 |
| Octal | 122 | 77 | 310 | 73 | 104 | 0 | 26 | 370 | 67 | 64 |
| Binary | 1010010 | 111111 | 11001000 | 111011 | 1000100 | 0 | 10110 | 11111000 | 110111 | 110100 |
Color Harmonies of #523FC8
Complementary color
Monochromatic Colors of #523FC8
Black with #523FC8
Text Example
Text Example
White with #523FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FC8; }
p { color: rgb(82,63,200); }
H1.HeaderClassName
{
color: #523FC8;
}
.AnyTagClassName
{
color: #523FC8;
}
</style>
background-color css
<style>
a { background-color: #523FC8; }
a { background-color: rgb(82,63,200); }
div.DivClassName
{
background-color: #523FC8;
}
.BgClassName
{
background-color: #523FC8;
}
</style>
border-color css
<style>
span { border-color: #523FC8; }
span { border-color: rgb(82,63,200); }
td.TdClassName
{
border-color: #523FC8;
}
.TagClassName
{
border-color: #523FC8;
}
</style>