Shades of Purple Heart #500FAC
Tints of Purple Heart #500FAC
RGB
CMYK
RGB Variations
Color information
#500FAC (or 0x500FAC) is known color: Purple Heart. HEX triplet: 50, 0F and AC. RGB value is (80,15,172). Sum of RGB (Red+Green+Blue) = 80+15+172=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #500FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500FAC is #AFF053. Grayscale: #333333. Windows color (decimal): -11530324 or 11276112. OLE color: 11276112.
HSL color Cylindrical-coordinate representation of color #500FAC: hue angle of 264.84º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500FAC is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 15 | 172 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.33 |
| HSL | 264.84º | 0.84% | 0.37% | - |
| HSV(B) | 264.84º | 0.91% | 0.67% | - |
| XYZ | 10.93 | 5.03 | 39.42 | - |
| YUV | 52.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 172 | 0.53 | 0.91 | 0 | 0.33 | 264.84 | 0.84 | 0.37 |
| Hex | 50 | F | AC | 35 | 5B | 0 | 21 | 109 | 54 | 25 |
| Octal | 120 | 17 | 254 | 65 | 133 | 0 | 41 | 411 | 124 | 45 |
| Binary | 1010000 | 1111 | 10101100 | 110101 | 1011011 | 0 | 100001 | 100001001 | 1010100 | 100101 |
Color Harmonies of #500FAC
Complementary color
Monochromatic Colors of #500FAC
Black with #500FAC
Text Example
Text Example
White with #500FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FAC; }
p { color: rgb(80,15,172); }
H1.HeaderClassName
{
color: #500FAC;
}
.AnyTagClassName
{
color: #500FAC;
}
</style>
background-color css
<style>
a { background-color: #500FAC; }
a { background-color: rgb(80,15,172); }
div.DivClassName
{
background-color: #500FAC;
}
.BgClassName
{
background-color: #500FAC;
}
</style>
border-color css
<style>
span { border-color: #500FAC; }
span { border-color: rgb(80,15,172); }
td.TdClassName
{
border-color: #500FAC;
}
.TagClassName
{
border-color: #500FAC;
}
</style>