Shades of Han Purple #5006DE
Tints of Han Purple #5006DE
RGB
CMYK
RGB Variations
Color information
#5006DE (or 0x5006DE) is known color: Han Purple. HEX triplet: 50, 06 and DE. RGB value is (80,6,222). Sum of RGB (Red+Green+Blue) = 80+6+222=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #5006DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006DE is #AFF921. Grayscale: #333333. Windows color (decimal): -11532578 or 14550608. OLE color: 14550608.
HSL color Cylindrical-coordinate representation of color #5006DE: hue angle of 260.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006DE is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 6 | 222 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.13 |
| HSL | 260.56º | 0.95% | 0.45% | - |
| HSV(B) | 260.56º | 0.97% | 0.87% | - |
| XYZ | 16.56 | 7.11 | 69.61 | - |
| YUV | 52.75 | 223.52 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 222 | 0.64 | 0.97 | 0 | 0.13 | 260.56 | 0.95 | 0.45 |
| Hex | 50 | 6 | DE | 40 | 61 | 0 | D | 105 | 5F | 2D |
| Octal | 120 | 6 | 336 | 100 | 141 | 0 | 15 | 405 | 137 | 55 |
| Binary | 1010000 | 110 | 11011110 | 1000000 | 1100001 | 0 | 1101 | 100000101 | 1011111 | 101101 |
Color Harmonies of #5006DE
Complementary color
Monochromatic Colors of #5006DE
Black with #5006DE
Text Example
Text Example
White with #5006DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5006DE; }
p { color: rgb(80,6,222); }
H1.HeaderClassName
{
color: #5006DE;
}
.AnyTagClassName
{
color: #5006DE;
}
</style>
background-color css
<style>
a { background-color: #5006DE; }
a { background-color: rgb(80,6,222); }
div.DivClassName
{
background-color: #5006DE;
}
.BgClassName
{
background-color: #5006DE;
}
</style>
border-color css
<style>
span { border-color: #5006DE; }
span { border-color: rgb(80,6,222); }
td.TdClassName
{
border-color: #5006DE;
}
.TagClassName
{
border-color: #5006DE;
}
</style>