Shades of Han Purple #5E28FD
Tints of Han Purple #5E28FD
RGB
CMYK
RGB Variations
Color information
#5E28FD (or 0x5E28FD) is known color: Han Purple. HEX triplet: 5E, 28 and FD. RGB value is (94,40,253). Sum of RGB (Red+Green+Blue) = 94+40+253=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E28FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E28FD is #A1D702. Grayscale: #4F4F4F. Windows color (decimal): -10606339 or 16590942. OLE color: 16590942.
HSL color Cylindrical-coordinate representation of color #5E28FD: hue angle of 255.21º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E28FD is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 40 | 253 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.01 |
| HSL | 255.21º | 0.98% | 0.57% | - |
| HSV(B) | 255.21º | 0.84% | 0.99% | - |
| XYZ | 23.1 | 10.99 | 93.83 | - |
| YUV | 80.43 | 225.39 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 253 | 0.63 | 0.84 | 0 | 0.01 | 255.21 | 0.98 | 0.57 |
| Hex | 5E | 28 | FD | 3F | 54 | 0 | 1 | FF | 62 | 39 |
| Octal | 136 | 50 | 375 | 77 | 124 | 0 | 1 | 377 | 142 | 71 |
| Binary | 1011110 | 101000 | 11111101 | 111111 | 1010100 | 0 | 1 | 11111111 | 1100010 | 111001 |
Color Harmonies of #5E28FD
Complementary color
Monochromatic Colors of #5E28FD
Black with #5E28FD
Text Example
Text Example
White with #5E28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E28FD; }
p { color: rgb(94,40,253); }
H1.HeaderClassName
{
color: #5E28FD;
}
.AnyTagClassName
{
color: #5E28FD;
}
</style>
background-color css
<style>
a { background-color: #5E28FD; }
a { background-color: rgb(94,40,253); }
div.DivClassName
{
background-color: #5E28FD;
}
.BgClassName
{
background-color: #5E28FD;
}
</style>
border-color css
<style>
span { border-color: #5E28FD; }
span { border-color: rgb(94,40,253); }
td.TdClassName
{
border-color: #5E28FD;
}
.TagClassName
{
border-color: #5E28FD;
}
</style>