Shades of Han Purple #5014DF
Tints of Han Purple #5014DF
RGB
CMYK
RGB Variations
Color information
#5014DF (or 0x5014DF) is known color: Han Purple. HEX triplet: 50, 14 and DF. RGB value is (80,20,223). Sum of RGB (Red+Green+Blue) = 80+20+223=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #5014DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014DF is #AFEB20. Grayscale: #3C3C3C. Windows color (decimal): -11528993 or 14619728. OLE color: 14619728.
HSL color Cylindrical-coordinate representation of color #5014DF: hue angle of 257.73º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5014DF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 20 | 223 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.13 |
| HSL | 257.73º | 0.84% | 0.48% | - |
| HSV(B) | 257.73º | 0.91% | 0.87% | - |
| XYZ | 16.88 | 7.53 | 70.38 | - |
| YUV | 61.08 | 219.38 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 223 | 0.64 | 0.91 | 0 | 0.13 | 257.73 | 0.84 | 0.48 |
| Hex | 50 | 14 | DF | 40 | 5B | 0 | D | 102 | 54 | 30 |
| Octal | 120 | 24 | 337 | 100 | 133 | 0 | 15 | 402 | 124 | 60 |
| Binary | 1010000 | 10100 | 11011111 | 1000000 | 1011011 | 0 | 1101 | 100000010 | 1010100 | 110000 |
Color Harmonies of #5014DF
Complementary color
Monochromatic Colors of #5014DF
Black with #5014DF
Text Example
Text Example
White with #5014DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014DF; }
p { color: rgb(80,20,223); }
H1.HeaderClassName
{
color: #5014DF;
}
.AnyTagClassName
{
color: #5014DF;
}
</style>
background-color css
<style>
a { background-color: #5014DF; }
a { background-color: rgb(80,20,223); }
div.DivClassName
{
background-color: #5014DF;
}
.BgClassName
{
background-color: #5014DF;
}
</style>
border-color css
<style>
span { border-color: #5014DF; }
span { border-color: rgb(80,20,223); }
td.TdClassName
{
border-color: #5014DF;
}
.TagClassName
{
border-color: #5014DF;
}
</style>