Shades of Han Purple #5E0FDA
Tints of Han Purple #5E0FDA
RGB
CMYK
RGB Variations
Color information
#5E0FDA (or 0x5E0FDA) is known color: Han Purple. HEX triplet: 5E, 0F and DA. RGB value is (94,15,218). Sum of RGB (Red+Green+Blue) = 94+15+218=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E0FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0FDA is #A1F025. Grayscale: #3D3D3D. Windows color (decimal): -10612774 or 14290782. OLE color: 14290782.
HSL color Cylindrical-coordinate representation of color #5E0FDA: hue angle of 263.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0FDA is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 15 | 218 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.15 |
| HSL | 263.35º | 0.87% | 0.46% | - |
| HSV(B) | 263.35º | 0.93% | 0.85% | - |
| XYZ | 17.44 | 7.78 | 66.91 | - |
| YUV | 61.76 | 216.17 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 15 | 218 | 0.57 | 0.93 | 0 | 0.15 | 263.35 | 0.87 | 0.46 |
| Hex | 5E | F | DA | 39 | 5D | 0 | F | 107 | 57 | 2E |
| Octal | 136 | 17 | 332 | 71 | 135 | 0 | 17 | 407 | 127 | 56 |
| Binary | 1011110 | 1111 | 11011010 | 111001 | 1011101 | 0 | 1111 | 100000111 | 1010111 | 101110 |
Color Harmonies of #5E0FDA
Complementary color
Monochromatic Colors of #5E0FDA
Black with #5E0FDA
Text Example
Text Example
White with #5E0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0FDA; }
p { color: rgb(94,15,218); }
H1.HeaderClassName
{
color: #5E0FDA;
}
.AnyTagClassName
{
color: #5E0FDA;
}
</style>
background-color css
<style>
a { background-color: #5E0FDA; }
a { background-color: rgb(94,15,218); }
div.DivClassName
{
background-color: #5E0FDA;
}
.BgClassName
{
background-color: #5E0FDA;
}
</style>
border-color css
<style>
span { border-color: #5E0FDA; }
span { border-color: rgb(94,15,218); }
td.TdClassName
{
border-color: #5E0FDA;
}
.TagClassName
{
border-color: #5E0FDA;
}
</style>