Shades of Purple Heart #503DCE
Tints of Purple Heart #503DCE
RGB
CMYK
RGB Variations
Color information
#503DCE (or 0x503DCE) is known color: Purple Heart. HEX triplet: 50, 3D and CE. RGB value is (80,61,206). Sum of RGB (Red+Green+Blue) = 80+61+206=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #503DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DCE is #AFC231. Grayscale: #525252. Windows color (decimal): -11518514 or 13516112. OLE color: 13516112.
HSL color Cylindrical-coordinate representation of color #503DCE: hue angle of 247.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503DCE is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 61 | 206 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.19 |
| HSL | 247.86º | 0.6% | 0.52% | - |
| HSV(B) | 247.86º | 0.7% | 0.81% | - |
| XYZ | 16.12 | 9.5 | 59.38 | - |
| YUV | 83.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 206 | 0.61 | 0.70 | 0 | 0.19 | 247.86 | 0.6 | 0.52 |
| Hex | 50 | 3D | CE | 3D | 46 | 0 | 13 | F8 | 3C | 34 |
| Octal | 120 | 75 | 316 | 75 | 106 | 0 | 23 | 370 | 74 | 64 |
| Binary | 1010000 | 111101 | 11001110 | 111101 | 1000110 | 0 | 10011 | 11111000 | 111100 | 110100 |
Color Harmonies of #503DCE
Complementary color
Monochromatic Colors of #503DCE
Black with #503DCE
Text Example
Text Example
White with #503DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DCE; }
p { color: rgb(80,61,206); }
H1.HeaderClassName
{
color: #503DCE;
}
.AnyTagClassName
{
color: #503DCE;
}
</style>
background-color css
<style>
a { background-color: #503DCE; }
a { background-color: rgb(80,61,206); }
div.DivClassName
{
background-color: #503DCE;
}
.BgClassName
{
background-color: #503DCE;
}
</style>
border-color css
<style>
span { border-color: #503DCE; }
span { border-color: rgb(80,61,206); }
td.TdClassName
{
border-color: #503DCE;
}
.TagClassName
{
border-color: #503DCE;
}
</style>