Shades of Purple Heart #500CC8
Tints of Purple Heart #500CC8
RGB
CMYK
RGB Variations
Color information
#500CC8 (or 0x500CC8) is known color: Purple Heart. HEX triplet: 50, 0C and C8. RGB value is (80,12,200). Sum of RGB (Red+Green+Blue) = 80+12+200=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 200 (78.52% from 255 or 68.49% from 292); Max value from RGB is 200 - color contains mainly: blue. Hex color #500CC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CC8 is #AFF337. Grayscale: #353535. Windows color (decimal): -11531064 or 13110352. OLE color: 13110352.
HSL color Cylindrical-coordinate representation of color #500CC8: hue angle of 261.7º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CC8 is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 12 | 200 | - |
| CMYK | 0.6 | 0.94 | 0 | 0.22 |
| HSL | 261.7º | 0.89% | 0.42% | - |
| HSV(B) | 261.7º | 0.94% | 0.78% | - |
| XYZ | 13.87 | 6.14 | 55.1 | - |
| YUV | 53.76 | 210.53 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 200 | 0.6 | 0.94 | 0 | 0.22 | 261.7 | 0.89 | 0.42 |
| Hex | 50 | C | C8 | 3C | 5E | 0 | 16 | 106 | 59 | 2A |
| Octal | 120 | 14 | 310 | 74 | 136 | 0 | 26 | 406 | 131 | 52 |
| Binary | 1010000 | 1100 | 11001000 | 111100 | 1011110 | 0 | 10110 | 100000110 | 1011001 | 101010 |
Color Harmonies of #500CC8
Complementary color
Monochromatic Colors of #500CC8
Black with #500CC8
Text Example
Text Example
White with #500CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CC8; }
p { color: rgb(80,12,200); }
H1.HeaderClassName
{
color: #500CC8;
}
.AnyTagClassName
{
color: #500CC8;
}
</style>
background-color css
<style>
a { background-color: #500CC8; }
a { background-color: rgb(80,12,200); }
div.DivClassName
{
background-color: #500CC8;
}
.BgClassName
{
background-color: #500CC8;
}
</style>
border-color css
<style>
span { border-color: #500CC8; }
span { border-color: rgb(80,12,200); }
td.TdClassName
{
border-color: #500CC8;
}
.TagClassName
{
border-color: #500CC8;
}
</style>