Shades of Purple Heart #5203CE
Tints of Purple Heart #5203CE
RGB
CMYK
RGB Variations
Color information
#5203CE (or 0x5203CE) is known color: Purple Heart. HEX triplet: 52, 03 and CE. RGB value is (82,3,206). Sum of RGB (Red+Green+Blue) = 82+3+206=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #5203CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5203CE is #ADFC31. Grayscale: #313131. Windows color (decimal): -11402290 or 13501266. OLE color: 13501266.
HSL color Cylindrical-coordinate representation of color #5203CE: hue angle of 263.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5203CE is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 3 | 206 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.19 |
| HSL | 263.35º | 0.97% | 0.41% | - |
| HSV(B) | 263.35º | 0.99% | 0.81% | - |
| XYZ | 14.65 | 6.32 | 58.84 | - |
| YUV | 49.76 | 216.17 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 206 | 0.60 | 0.99 | 0 | 0.19 | 263.35 | 0.97 | 0.41 |
| Hex | 52 | 3 | CE | 3C | 63 | 0 | 13 | 107 | 61 | 29 |
| Octal | 122 | 3 | 316 | 74 | 143 | 0 | 23 | 407 | 141 | 51 |
| Binary | 1010010 | 11 | 11001110 | 111100 | 1100011 | 0 | 10011 | 100000111 | 1100001 | 101001 |
Color Harmonies of #5203CE
Complementary color
Monochromatic Colors of #5203CE
Black with #5203CE
Text Example
Text Example
White with #5203CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5203CE; }
p { color: rgb(82,3,206); }
H1.HeaderClassName
{
color: #5203CE;
}
.AnyTagClassName
{
color: #5203CE;
}
</style>
background-color css
<style>
a { background-color: #5203CE; }
a { background-color: rgb(82,3,206); }
div.DivClassName
{
background-color: #5203CE;
}
.BgClassName
{
background-color: #5203CE;
}
</style>
border-color css
<style>
span { border-color: #5203CE; }
span { border-color: rgb(82,3,206); }
td.TdClassName
{
border-color: #5203CE;
}
.TagClassName
{
border-color: #5203CE;
}
</style>