Shades of Han Purple #5014DA
Tints of Han Purple #5014DA
RGB
CMYK
RGB Variations
Color information
#5014DA (or 0x5014DA) is known color: Han Purple. HEX triplet: 50, 14 and DA. RGB value is (80,20,218). Sum of RGB (Red+Green+Blue) = 80+20+218=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #5014DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014DA is #AFEB25. Grayscale: #3B3B3B. Windows color (decimal): -11528998 or 14292048. OLE color: 14292048.
HSL color Cylindrical-coordinate representation of color #5014DA: hue angle of 258.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5014DA is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 20 | 218 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.15 |
| HSL | 258.18º | 0.83% | 0.47% | - |
| HSV(B) | 258.18º | 0.91% | 0.85% | - |
| XYZ | 16.21 | 7.27 | 66.88 | - |
| YUV | 60.51 | 216.88 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 218 | 0.63 | 0.91 | 0 | 0.15 | 258.18 | 0.83 | 0.47 |
| Hex | 50 | 14 | DA | 3F | 5B | 0 | F | 102 | 53 | 2F |
| Octal | 120 | 24 | 332 | 77 | 133 | 0 | 17 | 402 | 123 | 57 |
| Binary | 1010000 | 10100 | 11011010 | 111111 | 1011011 | 0 | 1111 | 100000010 | 1010011 | 101111 |
Color Harmonies of #5014DA
Complementary color
Monochromatic Colors of #5014DA
Black with #5014DA
Text Example
Text Example
White with #5014DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014DA; }
p { color: rgb(80,20,218); }
H1.HeaderClassName
{
color: #5014DA;
}
.AnyTagClassName
{
color: #5014DA;
}
</style>
background-color css
<style>
a { background-color: #5014DA; }
a { background-color: rgb(80,20,218); }
div.DivClassName
{
background-color: #5014DA;
}
.BgClassName
{
background-color: #5014DA;
}
</style>
border-color css
<style>
span { border-color: #5014DA; }
span { border-color: rgb(80,20,218); }
td.TdClassName
{
border-color: #5014DA;
}
.TagClassName
{
border-color: #5014DA;
}
</style>