Shades of Purple Heart #500CC2
Tints of Purple Heart #500CC2
RGB
CMYK
RGB Variations
Color information
#500CC2 (or 0x500CC2) is known color: Purple Heart. HEX triplet: 50, 0C and C2. RGB value is (80,12,194). Sum of RGB (Red+Green+Blue) = 80+12+194=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #500CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CC2 is #AFF33D. Grayscale: #343434. Windows color (decimal): -11531070 or 12717136. OLE color: 12717136.
HSL color Cylindrical-coordinate representation of color #500CC2: hue angle of 262.42º 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 #500CC2 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 12 | 194 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.24 |
| HSL | 262.42º | 0.88% | 0.4% | - |
| HSV(B) | 262.42º | 0.94% | 0.76% | - |
| XYZ | 13.18 | 5.86 | 51.48 | - |
| YUV | 53.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 194 | 0.59 | 0.94 | 0 | 0.24 | 262.42 | 0.88 | 0.4 |
| Hex | 50 | C | C2 | 3B | 5E | 0 | 18 | 106 | 58 | 28 |
| Octal | 120 | 14 | 302 | 73 | 136 | 0 | 30 | 406 | 130 | 50 |
| Binary | 1010000 | 1100 | 11000010 | 111011 | 1011110 | 0 | 11000 | 100000110 | 1011000 | 101000 |
Color Harmonies of #500CC2
Complementary color
Monochromatic Colors of #500CC2
Black with #500CC2
Text Example
Text Example
White with #500CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CC2; }
p { color: rgb(80,12,194); }
H1.HeaderClassName
{
color: #500CC2;
}
.AnyTagClassName
{
color: #500CC2;
}
</style>
background-color css
<style>
a { background-color: #500CC2; }
a { background-color: rgb(80,12,194); }
div.DivClassName
{
background-color: #500CC2;
}
.BgClassName
{
background-color: #500CC2;
}
</style>
border-color css
<style>
span { border-color: #500CC2; }
span { border-color: rgb(80,12,194); }
td.TdClassName
{
border-color: #500CC2;
}
.TagClassName
{
border-color: #500CC2;
}
</style>