Shades of Purple Heart #503CCF
Tints of Purple Heart #503CCF
RGB
CMYK
RGB Variations
Color information
#503CCF (or 0x503CCF) is known color: Purple Heart. HEX triplet: 50, 3C and CF. RGB value is (80,60,207). Sum of RGB (Red+Green+Blue) = 80+60+207=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #503CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CCF is #AFC330. Grayscale: #525252. Windows color (decimal): -11518769 or 13581392. OLE color: 13581392.
HSL color Cylindrical-coordinate representation of color #503CCF: hue angle of 248.16º 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 #503CCF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 60 | 207 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.19 |
| HSL | 248.16º | 0.6% | 0.52% | - |
| HSV(B) | 248.16º | 0.71% | 0.81% | - |
| XYZ | 16.19 | 9.44 | 60 | - |
| YUV | 82.74 | 198.13 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 207 | 0.61 | 0.71 | 0 | 0.19 | 248.16 | 0.6 | 0.52 |
| Hex | 50 | 3C | CF | 3D | 47 | 0 | 13 | F8 | 3C | 34 |
| Octal | 120 | 74 | 317 | 75 | 107 | 0 | 23 | 370 | 74 | 64 |
| Binary | 1010000 | 111100 | 11001111 | 111101 | 1000111 | 0 | 10011 | 11111000 | 111100 | 110100 |
Color Harmonies of #503CCF
Complementary color
Monochromatic Colors of #503CCF
Black with #503CCF
Text Example
Text Example
White with #503CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CCF; }
p { color: rgb(80,60,207); }
H1.HeaderClassName
{
color: #503CCF;
}
.AnyTagClassName
{
color: #503CCF;
}
</style>
background-color css
<style>
a { background-color: #503CCF; }
a { background-color: rgb(80,60,207); }
div.DivClassName
{
background-color: #503CCF;
}
.BgClassName
{
background-color: #503CCF;
}
</style>
border-color css
<style>
span { border-color: #503CCF; }
span { border-color: rgb(80,60,207); }
td.TdClassName
{
border-color: #503CCF;
}
.TagClassName
{
border-color: #503CCF;
}
</style>