Shades of Purple Heart #5017AF
Tints of Purple Heart #5017AF
RGB
CMYK
RGB Variations
Color information
#5017AF (or 0x5017AF) is known color: Purple Heart. HEX triplet: 50, 17 and AF. RGB value is (80,23,175). Sum of RGB (Red+Green+Blue) = 80+23+175=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #5017AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5017AF is #AFE850. Grayscale: #383838. Windows color (decimal): -11528273 or 11474768. OLE color: 11474768.
HSL color Cylindrical-coordinate representation of color #5017AF: hue angle of 262.5º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5017AF is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 23 | 175 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.31 |
| HSL | 262.5º | 0.77% | 0.39% | - |
| HSV(B) | 262.5º | 0.87% | 0.69% | - |
| XYZ | 11.35 | 5.41 | 41 | - |
| YUV | 57.37 | 194.38 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 175 | 0.54 | 0.87 | 0 | 0.31 | 262.5 | 0.77 | 0.39 |
| Hex | 50 | 17 | AF | 36 | 57 | 0 | 1F | 106 | 4D | 27 |
| Octal | 120 | 27 | 257 | 66 | 127 | 0 | 37 | 406 | 115 | 47 |
| Binary | 1010000 | 10111 | 10101111 | 110110 | 1010111 | 0 | 11111 | 100000110 | 1001101 | 100111 |
Color Harmonies of #5017AF
Complementary color
Monochromatic Colors of #5017AF
Black with #5017AF
Text Example
Text Example
White with #5017AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5017AF; }
p { color: rgb(80,23,175); }
H1.HeaderClassName
{
color: #5017AF;
}
.AnyTagClassName
{
color: #5017AF;
}
</style>
background-color css
<style>
a { background-color: #5017AF; }
a { background-color: rgb(80,23,175); }
div.DivClassName
{
background-color: #5017AF;
}
.BgClassName
{
background-color: #5017AF;
}
</style>
border-color css
<style>
span { border-color: #5017AF; }
span { border-color: rgb(80,23,175); }
td.TdClassName
{
border-color: #5017AF;
}
.TagClassName
{
border-color: #5017AF;
}
</style>