Shades of Purple Heart #500CC1
Tints of Purple Heart #500CC1
RGB
CMYK
RGB Variations
Color information
#500CC1 (or 0x500CC1) is known color: Purple Heart. HEX triplet: 50, 0C and C1. RGB value is (80,12,193). Sum of RGB (Red+Green+Blue) = 80+12+193=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #500CC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CC1 is #AFF33E. Grayscale: #343434. Windows color (decimal): -11531071 or 12651600. OLE color: 12651600.
HSL color Cylindrical-coordinate representation of color #500CC1: hue angle of 262.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CC1 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 12 | 193 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.24 |
| HSL | 262.54º | 0.88% | 0.4% | - |
| HSV(B) | 262.54º | 0.94% | 0.76% | - |
| XYZ | 13.07 | 5.82 | 50.89 | - |
| YUV | 52.97 | 207.03 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 193 | 0.59 | 0.94 | 0 | 0.24 | 262.54 | 0.88 | 0.4 |
| Hex | 50 | C | C1 | 3B | 5E | 0 | 18 | 107 | 58 | 28 |
| Octal | 120 | 14 | 301 | 73 | 136 | 0 | 30 | 407 | 130 | 50 |
| Binary | 1010000 | 1100 | 11000001 | 111011 | 1011110 | 0 | 11000 | 100000111 | 1011000 | 101000 |
Color Harmonies of #500CC1
Complementary color
Monochromatic Colors of #500CC1
Black with #500CC1
Text Example
Text Example
White with #500CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CC1; }
p { color: rgb(80,12,193); }
H1.HeaderClassName
{
color: #500CC1;
}
.AnyTagClassName
{
color: #500CC1;
}
</style>
background-color css
<style>
a { background-color: #500CC1; }
a { background-color: rgb(80,12,193); }
div.DivClassName
{
background-color: #500CC1;
}
.BgClassName
{
background-color: #500CC1;
}
</style>
border-color css
<style>
span { border-color: #500CC1; }
span { border-color: rgb(80,12,193); }
td.TdClassName
{
border-color: #500CC1;
}
.TagClassName
{
border-color: #500CC1;
}
</style>