Shades of Purple Heart #500ACC
Tints of Purple Heart #500ACC
RGB
CMYK
RGB Variations
Color information
#500ACC (or 0x500ACC) is known color: Purple Heart. HEX triplet: 50, 0A and CC. RGB value is (80,10,204). Sum of RGB (Red+Green+Blue) = 80+10+204=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #500ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ACC is #AFF533. Grayscale: #343434. Windows color (decimal): -11531572 or 13371984. OLE color: 13371984.
HSL color Cylindrical-coordinate representation of color #500ACC: hue angle of 261.65º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500ACC is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 10 | 204 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.2 |
| HSL | 261.65º | 0.91% | 0.42% | - |
| HSV(B) | 261.65º | 0.95% | 0.8% | - |
| XYZ | 14.32 | 6.28 | 57.58 | - |
| YUV | 53.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 204 | 0.61 | 0.95 | 0 | 0.2 | 261.65 | 0.91 | 0.42 |
| Hex | 50 | A | CC | 3D | 5F | 0 | 14 | 106 | 5B | 2A |
| Octal | 120 | 12 | 314 | 75 | 137 | 0 | 24 | 406 | 133 | 52 |
| Binary | 1010000 | 1010 | 11001100 | 111101 | 1011111 | 0 | 10100 | 100000110 | 1011011 | 101010 |
Color Harmonies of #500ACC
Complementary color
Monochromatic Colors of #500ACC
Black with #500ACC
Text Example
Text Example
White with #500ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500ACC; }
p { color: rgb(80,10,204); }
H1.HeaderClassName
{
color: #500ACC;
}
.AnyTagClassName
{
color: #500ACC;
}
</style>
background-color css
<style>
a { background-color: #500ACC; }
a { background-color: rgb(80,10,204); }
div.DivClassName
{
background-color: #500ACC;
}
.BgClassName
{
background-color: #500ACC;
}
</style>
border-color css
<style>
span { border-color: #500ACC; }
span { border-color: rgb(80,10,204); }
td.TdClassName
{
border-color: #500ACC;
}
.TagClassName
{
border-color: #500ACC;
}
</style>