Shades of Han Purple #5E33FD
Tints of Han Purple #5E33FD
RGB
CMYK
RGB Variations
Color information
#5E33FD (or 0x5E33FD) is known color: Han Purple. HEX triplet: 5E, 33 and FD. RGB value is (94,51,253). Sum of RGB (Red+Green+Blue) = 94+51+253=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E33FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E33FD is #A1CC02. Grayscale: #565656. Windows color (decimal): -10603523 or 16593758. OLE color: 16593758.
HSL color Cylindrical-coordinate representation of color #5E33FD: hue angle of 252.77º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E33FD is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 51 | 253 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.01 |
| HSL | 252.77º | 0.98% | 0.6% | - |
| HSV(B) | 252.77º | 0.8% | 0.99% | - |
| XYZ | 23.53 | 11.84 | 93.97 | - |
| YUV | 86.89 | 221.75 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 253 | 0.63 | 0.80 | 0 | 0.01 | 252.77 | 0.98 | 0.6 |
| Hex | 5E | 33 | FD | 3F | 50 | 0 | 1 | FD | 62 | 3C |
| Octal | 136 | 63 | 375 | 77 | 120 | 0 | 1 | 375 | 142 | 74 |
| Binary | 1011110 | 110011 | 11111101 | 111111 | 1010000 | 0 | 1 | 11111101 | 1100010 | 111100 |
Color Harmonies of #5E33FD
Complementary color
Monochromatic Colors of #5E33FD
Black with #5E33FD
Text Example
Text Example
White with #5E33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E33FD; }
p { color: rgb(94,51,253); }
H1.HeaderClassName
{
color: #5E33FD;
}
.AnyTagClassName
{
color: #5E33FD;
}
</style>
background-color css
<style>
a { background-color: #5E33FD; }
a { background-color: rgb(94,51,253); }
div.DivClassName
{
background-color: #5E33FD;
}
.BgClassName
{
background-color: #5E33FD;
}
</style>
border-color css
<style>
span { border-color: #5E33FD; }
span { border-color: rgb(94,51,253); }
td.TdClassName
{
border-color: #5E33FD;
}
.TagClassName
{
border-color: #5E33FD;
}
</style>