Shades of Purple Heart #523FC9
Tints of Purple Heart #523FC9
RGB
CMYK
RGB Variations
Color information
#523FC9 (or 0x523FC9) is known color: Purple Heart. HEX triplet: 52, 3F and C9. RGB value is (82,63,201). Sum of RGB (Red+Green+Blue) = 82+63+201=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #523FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FC9 is #ADC036. Grayscale: #535353. Windows color (decimal): -11386935 or 13188946. OLE color: 13188946.
HSL color Cylindrical-coordinate representation of color #523FC9: hue angle of 248.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523FC9 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 63 | 201 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.21 |
| HSL | 248.26º | 0.56% | 0.52% | - |
| HSV(B) | 248.26º | 0.69% | 0.79% | - |
| XYZ | 15.8 | 9.57 | 56.27 | - |
| YUV | 84.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 201 | 0.59 | 0.69 | 0 | 0.21 | 248.26 | 0.56 | 0.52 |
| Hex | 52 | 3F | C9 | 3B | 45 | 0 | 15 | F8 | 38 | 34 |
| Octal | 122 | 77 | 311 | 73 | 105 | 0 | 25 | 370 | 70 | 64 |
| Binary | 1010010 | 111111 | 11001001 | 111011 | 1000101 | 0 | 10101 | 11111000 | 111000 | 110100 |
Color Harmonies of #523FC9
Complementary color
Monochromatic Colors of #523FC9
Black with #523FC9
Text Example
Text Example
White with #523FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FC9; }
p { color: rgb(82,63,201); }
H1.HeaderClassName
{
color: #523FC9;
}
.AnyTagClassName
{
color: #523FC9;
}
</style>
background-color css
<style>
a { background-color: #523FC9; }
a { background-color: rgb(82,63,201); }
div.DivClassName
{
background-color: #523FC9;
}
.BgClassName
{
background-color: #523FC9;
}
</style>
border-color css
<style>
span { border-color: #523FC9; }
span { border-color: rgb(82,63,201); }
td.TdClassName
{
border-color: #523FC9;
}
.TagClassName
{
border-color: #523FC9;
}
</style>