Shades of Han Purple #5012DF
Tints of Han Purple #5012DF
RGB
CMYK
RGB Variations
Color information
#5012DF (or 0x5012DF) is known color: Han Purple. HEX triplet: 50, 12 and DF. RGB value is (80,18,223). Sum of RGB (Red+Green+Blue) = 80+18+223=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #5012DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012DF is #AFED20. Grayscale: #3B3B3B. Windows color (decimal): -11529505 or 14619216. OLE color: 14619216.
HSL color Cylindrical-coordinate representation of color #5012DF: hue angle of 258.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5012DF is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 18 | 223 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.13 |
| HSL | 258.15º | 0.85% | 0.47% | - |
| HSV(B) | 258.15º | 0.92% | 0.87% | - |
| XYZ | 16.84 | 7.47 | 70.37 | - |
| YUV | 59.91 | 220.04 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 223 | 0.64 | 0.92 | 0 | 0.13 | 258.15 | 0.85 | 0.47 |
| Hex | 50 | 12 | DF | 40 | 5C | 0 | D | 102 | 55 | 2F |
| Octal | 120 | 22 | 337 | 100 | 134 | 0 | 15 | 402 | 125 | 57 |
| Binary | 1010000 | 10010 | 11011111 | 1000000 | 1011100 | 0 | 1101 | 100000010 | 1010101 | 101111 |
Color Harmonies of #5012DF
Complementary color
Monochromatic Colors of #5012DF
Black with #5012DF
Text Example
Text Example
White with #5012DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012DF; }
p { color: rgb(80,18,223); }
H1.HeaderClassName
{
color: #5012DF;
}
.AnyTagClassName
{
color: #5012DF;
}
</style>
background-color css
<style>
a { background-color: #5012DF; }
a { background-color: rgb(80,18,223); }
div.DivClassName
{
background-color: #5012DF;
}
.BgClassName
{
background-color: #5012DF;
}
</style>
border-color css
<style>
span { border-color: #5012DF; }
span { border-color: rgb(80,18,223); }
td.TdClassName
{
border-color: #5012DF;
}
.TagClassName
{
border-color: #5012DF;
}
</style>