Shades of Han Purple #5E0FDF
Tints of Han Purple #5E0FDF
RGB
CMYK
RGB Variations
Color information
#5E0FDF (or 0x5E0FDF) is known color: Han Purple. HEX triplet: 5E, 0F and DF. RGB value is (94,15,223). Sum of RGB (Red+Green+Blue) = 94+15+223=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E0FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0FDF is #A1F020. Grayscale: #3D3D3D. Windows color (decimal): -10612769 or 14618462. OLE color: 14618462.
HSL color Cylindrical-coordinate representation of color #5E0FDF: hue angle of 262.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0FDF is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 15 | 223 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.13 |
| HSL | 262.79º | 0.87% | 0.47% | - |
| HSV(B) | 262.79º | 0.93% | 0.87% | - |
| XYZ | 18.11 | 8.05 | 70.41 | - |
| YUV | 62.33 | 218.67 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 15 | 223 | 0.58 | 0.93 | 0 | 0.13 | 262.79 | 0.87 | 0.47 |
| Hex | 5E | F | DF | 3A | 5D | 0 | D | 107 | 57 | 2F |
| Octal | 136 | 17 | 337 | 72 | 135 | 0 | 15 | 407 | 127 | 57 |
| Binary | 1011110 | 1111 | 11011111 | 111010 | 1011101 | 0 | 1101 | 100000111 | 1010111 | 101111 |
Color Harmonies of #5E0FDF
Complementary color
Monochromatic Colors of #5E0FDF
Black with #5E0FDF
Text Example
Text Example
White with #5E0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0FDF; }
p { color: rgb(94,15,223); }
H1.HeaderClassName
{
color: #5E0FDF;
}
.AnyTagClassName
{
color: #5E0FDF;
}
</style>
background-color css
<style>
a { background-color: #5E0FDF; }
a { background-color: rgb(94,15,223); }
div.DivClassName
{
background-color: #5E0FDF;
}
.BgClassName
{
background-color: #5E0FDF;
}
</style>
border-color css
<style>
span { border-color: #5E0FDF; }
span { border-color: rgb(94,15,223); }
td.TdClassName
{
border-color: #5E0FDF;
}
.TagClassName
{
border-color: #5E0FDF;
}
</style>