Shades of Purple Heart #500CCC
Tints of Purple Heart #500CCC
RGB
CMYK
RGB Variations
Color information
#500CCC (or 0x500CCC) is known color: Purple Heart. HEX triplet: 50, 0C and CC. RGB value is (80,12,204). Sum of RGB (Red+Green+Blue) = 80+12+204=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #500CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CCC is #AFF333. Grayscale: #353535. Windows color (decimal): -11531060 or 13372496. OLE color: 13372496.
HSL color Cylindrical-coordinate representation of color #500CCC: hue angle of 261.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CCC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 12 | 204 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.2 |
| HSL | 261.25º | 0.89% | 0.42% | - |
| HSV(B) | 261.25º | 0.94% | 0.8% | - |
| XYZ | 14.34 | 6.33 | 57.59 | - |
| YUV | 54.22 | 212.53 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 204 | 0.61 | 0.94 | 0 | 0.2 | 261.25 | 0.89 | 0.42 |
| Hex | 50 | C | CC | 3D | 5E | 0 | 14 | 105 | 59 | 2A |
| Octal | 120 | 14 | 314 | 75 | 136 | 0 | 24 | 405 | 131 | 52 |
| Binary | 1010000 | 1100 | 11001100 | 111101 | 1011110 | 0 | 10100 | 100000101 | 1011001 | 101010 |
Color Harmonies of #500CCC
Complementary color
Monochromatic Colors of #500CCC
Black with #500CCC
Text Example
Text Example
White with #500CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CCC; }
p { color: rgb(80,12,204); }
H1.HeaderClassName
{
color: #500CCC;
}
.AnyTagClassName
{
color: #500CCC;
}
</style>
background-color css
<style>
a { background-color: #500CCC; }
a { background-color: rgb(80,12,204); }
div.DivClassName
{
background-color: #500CCC;
}
.BgClassName
{
background-color: #500CCC;
}
</style>
border-color css
<style>
span { border-color: #500CCC; }
span { border-color: rgb(80,12,204); }
td.TdClassName
{
border-color: #500CCC;
}
.TagClassName
{
border-color: #500CCC;
}
</style>