Shades of Purple Heart #5320C9
Tints of Purple Heart #5320C9
RGB
CMYK
RGB Variations
Color information
#5320C9 (or 0x5320C9) is known color: Purple Heart. HEX triplet: 53, 20 and C9. RGB value is (83,32,201). Sum of RGB (Red+Green+Blue) = 83+32+201=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #5320C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5320C9 is #ACDF36. Grayscale: #414141. Windows color (decimal): -11329335 or 13181011. OLE color: 13181011.
HSL color Cylindrical-coordinate representation of color #5320C9: hue angle of 258.11º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5320C9 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 32 | 201 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.21 |
| HSL | 258.11º | 0.73% | 0.46% | - |
| HSV(B) | 258.11º | 0.84% | 0.79% | - |
| XYZ | 14.63 | 7.09 | 55.86 | - |
| YUV | 66.52 | 203.9 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 201 | 0.59 | 0.84 | 0 | 0.21 | 258.11 | 0.73 | 0.46 |
| Hex | 53 | 20 | C9 | 3B | 54 | 0 | 15 | 102 | 49 | 2E |
| Octal | 123 | 40 | 311 | 73 | 124 | 0 | 25 | 402 | 111 | 56 |
| Binary | 1010011 | 100000 | 11001001 | 111011 | 1010100 | 0 | 10101 | 100000010 | 1001001 | 101110 |
Color Harmonies of #5320C9
Complementary color
Monochromatic Colors of #5320C9
Black with #5320C9
Text Example
Text Example
White with #5320C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5320C9; }
p { color: rgb(83,32,201); }
H1.HeaderClassName
{
color: #5320C9;
}
.AnyTagClassName
{
color: #5320C9;
}
</style>
background-color css
<style>
a { background-color: #5320C9; }
a { background-color: rgb(83,32,201); }
div.DivClassName
{
background-color: #5320C9;
}
.BgClassName
{
background-color: #5320C9;
}
</style>
border-color css
<style>
span { border-color: #5320C9; }
span { border-color: rgb(83,32,201); }
td.TdClassName
{
border-color: #5320C9;
}
.TagClassName
{
border-color: #5320C9;
}
</style>