Shades of Purple Heart #503BCE
Tints of Purple Heart #503BCE
RGB
CMYK
RGB Variations
Color information
#503BCE (or 0x503BCE) is known color: Purple Heart. HEX triplet: 50, 3B and CE. RGB value is (80,59,206). Sum of RGB (Red+Green+Blue) = 80+59+206=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #503BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BCE is #AFC431. Grayscale: #515151. Windows color (decimal): -11519026 or 13515600. OLE color: 13515600.
HSL color Cylindrical-coordinate representation of color #503BCE: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503BCE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 59 | 206 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.19 |
| HSL | 248.57º | 0.6% | 0.52% | - |
| HSV(B) | 248.57º | 0.71% | 0.81% | - |
| XYZ | 16.01 | 9.29 | 59.34 | - |
| YUV | 82.04 | 197.96 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 206 | 0.61 | 0.71 | 0 | 0.19 | 248.57 | 0.6 | 0.52 |
| Hex | 50 | 3B | CE | 3D | 47 | 0 | 13 | F9 | 3C | 34 |
| Octal | 120 | 73 | 316 | 75 | 107 | 0 | 23 | 371 | 74 | 64 |
| Binary | 1010000 | 111011 | 11001110 | 111101 | 1000111 | 0 | 10011 | 11111001 | 111100 | 110100 |
Color Harmonies of #503BCE
Complementary color
Monochromatic Colors of #503BCE
Black with #503BCE
Text Example
Text Example
White with #503BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BCE; }
p { color: rgb(80,59,206); }
H1.HeaderClassName
{
color: #503BCE;
}
.AnyTagClassName
{
color: #503BCE;
}
</style>
background-color css
<style>
a { background-color: #503BCE; }
a { background-color: rgb(80,59,206); }
div.DivClassName
{
background-color: #503BCE;
}
.BgClassName
{
background-color: #503BCE;
}
</style>
border-color css
<style>
span { border-color: #503BCE; }
span { border-color: rgb(80,59,206); }
td.TdClassName
{
border-color: #503BCE;
}
.TagClassName
{
border-color: #503BCE;
}
</style>