Shades of Han Purple #500FDE
Tints of Han Purple #500FDE
RGB
CMYK
RGB Variations
Color information
#500FDE (or 0x500FDE) is known color: Han Purple. HEX triplet: 50, 0F and DE. RGB value is (80,15,222). Sum of RGB (Red+Green+Blue) = 80+15+222=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #500FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FDE is #AFF021. Grayscale: #393939. Windows color (decimal): -11530274 or 14552912. OLE color: 14552912.
HSL color Cylindrical-coordinate representation of color #500FDE: hue angle of 258.84º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500FDE is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 15 | 222 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.13 |
| HSL | 258.84º | 0.87% | 0.46% | - |
| HSV(B) | 258.84º | 0.93% | 0.87% | - |
| XYZ | 16.66 | 7.32 | 69.64 | - |
| YUV | 58.03 | 220.53 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 222 | 0.64 | 0.93 | 0 | 0.13 | 258.84 | 0.87 | 0.46 |
| Hex | 50 | F | DE | 40 | 5D | 0 | D | 103 | 57 | 2E |
| Octal | 120 | 17 | 336 | 100 | 135 | 0 | 15 | 403 | 127 | 56 |
| Binary | 1010000 | 1111 | 11011110 | 1000000 | 1011101 | 0 | 1101 | 100000011 | 1010111 | 101110 |
Color Harmonies of #500FDE
Complementary color
Monochromatic Colors of #500FDE
Black with #500FDE
Text Example
Text Example
White with #500FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FDE; }
p { color: rgb(80,15,222); }
H1.HeaderClassName
{
color: #500FDE;
}
.AnyTagClassName
{
color: #500FDE;
}
</style>
background-color css
<style>
a { background-color: #500FDE; }
a { background-color: rgb(80,15,222); }
div.DivClassName
{
background-color: #500FDE;
}
.BgClassName
{
background-color: #500FDE;
}
</style>
border-color css
<style>
span { border-color: #500FDE; }
span { border-color: rgb(80,15,222); }
td.TdClassName
{
border-color: #500FDE;
}
.TagClassName
{
border-color: #500FDE;
}
</style>