Shades of Han Purple #5001DE
Tints of Han Purple #5001DE
RGB
CMYK
RGB Variations
Color information
#5001DE (or 0x5001DE) is known color: Han Purple. HEX triplet: 50, 01 and DE. RGB value is (80,1,222). Sum of RGB (Red+Green+Blue) = 80+1+222=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #5001DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5001DE is #AFFE21. Grayscale: #313131. Windows color (decimal): -11533858 or 14549328. OLE color: 14549328.
HSL color Cylindrical-coordinate representation of color #5001DE: hue angle of 261.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5001DE is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 1 | 222 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.13 |
| HSL | 261.45º | 0.99% | 0.44% | - |
| HSV(B) | 261.45º | 1% | 0.87% | - |
| XYZ | 16.5 | 7 | 69.59 | - |
| YUV | 49.82 | 225.17 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 222 | 0.64 | 1.00 | 0 | 0.13 | 261.45 | 0.99 | 0.44 |
| Hex | 50 | 1 | DE | 40 | 64 | 0 | D | 105 | 63 | 2C |
| Octal | 120 | 1 | 336 | 100 | 144 | 0 | 15 | 405 | 143 | 54 |
| Binary | 1010000 | 1 | 11011110 | 1000000 | 1100100 | 0 | 1101 | 100000101 | 1100011 | 101100 |
Color Harmonies of #5001DE
Complementary color
Monochromatic Colors of #5001DE
Black with #5001DE
Text Example
Text Example
White with #5001DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5001DE; }
p { color: rgb(80,1,222); }
H1.HeaderClassName
{
color: #5001DE;
}
.AnyTagClassName
{
color: #5001DE;
}
</style>
background-color css
<style>
a { background-color: #5001DE; }
a { background-color: rgb(80,1,222); }
div.DivClassName
{
background-color: #5001DE;
}
.BgClassName
{
background-color: #5001DE;
}
</style>
border-color css
<style>
span { border-color: #5001DE; }
span { border-color: rgb(80,1,222); }
td.TdClassName
{
border-color: #5001DE;
}
.TagClassName
{
border-color: #5001DE;
}
</style>