Shades of Han Purple #5006D1
Tints of Han Purple #5006D1
RGB
CMYK
RGB Variations
Color information
#5006D1 (or 0x5006D1) is known color: Han Purple. HEX triplet: 50, 06 and D1. RGB value is (80,6,209). Sum of RGB (Red+Green+Blue) = 80+6+209=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 209 (82.03% from 255 or 70.85% from 295); Max value from RGB is 209 - color contains mainly: blue. Hex color #5006D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006D1 is #AFF92E. Grayscale: #323232. Windows color (decimal): -11532591 or 13698640. OLE color: 13698640.
HSL color Cylindrical-coordinate representation of color #5006D1: hue angle of 261.87º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006D1 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 6 | 209 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.18 |
| HSL | 261.87º | 0.94% | 0.42% | - |
| HSV(B) | 261.87º | 0.97% | 0.82% | - |
| XYZ | 14.88 | 6.44 | 60.78 | - |
| YUV | 51.27 | 217.02 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 209 | 0.62 | 0.97 | 0 | 0.18 | 261.87 | 0.94 | 0.42 |
| Hex | 50 | 6 | D1 | 3E | 61 | 0 | 12 | 106 | 5E | 2A |
| Octal | 120 | 6 | 321 | 76 | 141 | 0 | 22 | 406 | 136 | 52 |
| Binary | 1010000 | 110 | 11010001 | 111110 | 1100001 | 0 | 10010 | 100000110 | 1011110 | 101010 |
Color Harmonies of #5006D1
Complementary color
Monochromatic Colors of #5006D1
Black with #5006D1
Text Example
Text Example
White with #5006D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5006D1; }
p { color: rgb(80,6,209); }
H1.HeaderClassName
{
color: #5006D1;
}
.AnyTagClassName
{
color: #5006D1;
}
</style>
background-color css
<style>
a { background-color: #5006D1; }
a { background-color: rgb(80,6,209); }
div.DivClassName
{
background-color: #5006D1;
}
.BgClassName
{
background-color: #5006D1;
}
</style>
border-color css
<style>
span { border-color: #5006D1; }
span { border-color: rgb(80,6,209); }
td.TdClassName
{
border-color: #5006D1;
}
.TagClassName
{
border-color: #5006D1;
}
</style>