Shades of Han Purple #5010D5
Tints of Han Purple #5010D5
RGB
CMYK
RGB Variations
Color information
#5010D5 (or 0x5010D5) is known color: Han Purple. HEX triplet: 50, 10 and D5. RGB value is (80,16,213). Sum of RGB (Red+Green+Blue) = 80+16+213=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 213 (83.59% from 255 or 68.93% from 309); Max value from RGB is 213 - color contains mainly: blue. Hex color #5010D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010D5 is #AFEF2A. Grayscale: #383838. Windows color (decimal): -11530027 or 13963344. OLE color: 13963344.
HSL color Cylindrical-coordinate representation of color #5010D5: hue angle of 259.49º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5010D5 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 16 | 213 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.16 |
| HSL | 259.49º | 0.86% | 0.45% | - |
| HSV(B) | 259.49º | 0.92% | 0.84% | - |
| XYZ | 15.5 | 6.88 | 63.46 | - |
| YUV | 57.59 | 215.7 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 213 | 0.62 | 0.92 | 0 | 0.16 | 259.49 | 0.86 | 0.45 |
| Hex | 50 | 10 | D5 | 3E | 5C | 0 | 10 | 103 | 56 | 2D |
| Octal | 120 | 20 | 325 | 76 | 134 | 0 | 20 | 403 | 126 | 55 |
| Binary | 1010000 | 10000 | 11010101 | 111110 | 1011100 | 0 | 10000 | 100000011 | 1010110 | 101101 |
Color Harmonies of #5010D5
Complementary color
Monochromatic Colors of #5010D5
Black with #5010D5
Text Example
Text Example
White with #5010D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010D5; }
p { color: rgb(80,16,213); }
H1.HeaderClassName
{
color: #5010D5;
}
.AnyTagClassName
{
color: #5010D5;
}
</style>
background-color css
<style>
a { background-color: #5010D5; }
a { background-color: rgb(80,16,213); }
div.DivClassName
{
background-color: #5010D5;
}
.BgClassName
{
background-color: #5010D5;
}
</style>
border-color css
<style>
span { border-color: #5010D5; }
span { border-color: rgb(80,16,213); }
td.TdClassName
{
border-color: #5010D5;
}
.TagClassName
{
border-color: #5010D5;
}
</style>