Shades of Purple Heart #503CBC
Tints of Purple Heart #503CBC
RGB
CMYK
RGB Variations
Color information
#503CBC (or 0x503CBC) is known color: Purple Heart. HEX triplet: 50, 3C and BC. RGB value is (80,60,188). Sum of RGB (Red+Green+Blue) = 80+60+188=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #503CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CBC is #AFC343. Grayscale: #505050. Windows color (decimal): -11518788 or 12336208. OLE color: 12336208.
HSL color Cylindrical-coordinate representation of color #503CBC: hue angle of 249.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503CBC is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 60 | 188 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.26 |
| HSL | 249.38º | 0.52% | 0.49% | - |
| HSV(B) | 249.38º | 0.68% | 0.74% | - |
| XYZ | 14 | 8.57 | 48.49 | - |
| YUV | 80.57 | 188.63 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 188 | 0.57 | 0.68 | 0 | 0.26 | 249.38 | 0.52 | 0.49 |
| Hex | 50 | 3C | BC | 39 | 44 | 0 | 1A | F9 | 34 | 31 |
| Octal | 120 | 74 | 274 | 71 | 104 | 0 | 32 | 371 | 64 | 61 |
| Binary | 1010000 | 111100 | 10111100 | 111001 | 1000100 | 0 | 11010 | 11111001 | 110100 | 110001 |
Color Harmonies of #503CBC
Complementary color
Monochromatic Colors of #503CBC
Black with #503CBC
Text Example
Text Example
White with #503CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CBC; }
p { color: rgb(80,60,188); }
H1.HeaderClassName
{
color: #503CBC;
}
.AnyTagClassName
{
color: #503CBC;
}
</style>
background-color css
<style>
a { background-color: #503CBC; }
a { background-color: rgb(80,60,188); }
div.DivClassName
{
background-color: #503CBC;
}
.BgClassName
{
background-color: #503CBC;
}
</style>
border-color css
<style>
span { border-color: #503CBC; }
span { border-color: rgb(80,60,188); }
td.TdClassName
{
border-color: #503CBC;
}
.TagClassName
{
border-color: #503CBC;
}
</style>