Shades of Han Purple #5010DF
Tints of Han Purple #5010DF
RGB
CMYK
RGB Variations
Color information
#5010DF (or 0x5010DF) is known color: Han Purple. HEX triplet: 50, 10 and DF. RGB value is (80,16,223). Sum of RGB (Red+Green+Blue) = 80+16+223=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #5010DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010DF is #AFEF20. Grayscale: #393939. Windows color (decimal): -11530017 or 14618704. OLE color: 14618704.
HSL color Cylindrical-coordinate representation of color #5010DF: hue angle of 258.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5010DF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 16 | 223 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.13 |
| HSL | 258.55º | 0.87% | 0.47% | - |
| HSV(B) | 258.55º | 0.93% | 0.87% | - |
| XYZ | 16.81 | 7.4 | 70.35 | - |
| YUV | 58.73 | 220.7 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 223 | 0.64 | 0.93 | 0 | 0.13 | 258.55 | 0.87 | 0.47 |
| Hex | 50 | 10 | DF | 40 | 5D | 0 | D | 103 | 57 | 2F |
| Octal | 120 | 20 | 337 | 100 | 135 | 0 | 15 | 403 | 127 | 57 |
| Binary | 1010000 | 10000 | 11011111 | 1000000 | 1011101 | 0 | 1101 | 100000011 | 1010111 | 101111 |
Color Harmonies of #5010DF
Complementary color
Monochromatic Colors of #5010DF
Black with #5010DF
Text Example
Text Example
White with #5010DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010DF; }
p { color: rgb(80,16,223); }
H1.HeaderClassName
{
color: #5010DF;
}
.AnyTagClassName
{
color: #5010DF;
}
</style>
background-color css
<style>
a { background-color: #5010DF; }
a { background-color: rgb(80,16,223); }
div.DivClassName
{
background-color: #5010DF;
}
.BgClassName
{
background-color: #5010DF;
}
</style>
border-color css
<style>
span { border-color: #5010DF; }
span { border-color: rgb(80,16,223); }
td.TdClassName
{
border-color: #5010DF;
}
.TagClassName
{
border-color: #5010DF;
}
</style>