Shades of Han Purple #5E23FB
Tints of Han Purple #5E23FB
RGB
CMYK
RGB Variations
Color information
#5E23FB (or 0x5E23FB) is known color: Han Purple. HEX triplet: 5E, 23 and FB. RGB value is (94,35,251). Sum of RGB (Red+Green+Blue) = 94+35+251=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E23FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E23FB is #A1DC04. Grayscale: #4C4C4C. Windows color (decimal): -10607621 or 16458590. OLE color: 16458590.
HSL color Cylindrical-coordinate representation of color #5E23FB: hue angle of 256.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E23FB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 35 | 251 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.02 |
| HSL | 256.39º | 0.96% | 0.56% | - |
| HSV(B) | 256.39º | 0.86% | 0.98% | - |
| XYZ | 22.63 | 10.55 | 92.11 | - |
| YUV | 77.27 | 226.05 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 251 | 0.63 | 0.86 | 0 | 0.02 | 256.39 | 0.96 | 0.56 |
| Hex | 5E | 23 | FB | 3F | 56 | 0 | 2 | 100 | 60 | 38 |
| Octal | 136 | 43 | 373 | 77 | 126 | 0 | 2 | 400 | 140 | 70 |
| Binary | 1011110 | 100011 | 11111011 | 111111 | 1010110 | 0 | 10 | 100000000 | 1100000 | 111000 |
Color Harmonies of #5E23FB
Complementary color
Monochromatic Colors of #5E23FB
Black with #5E23FB
Text Example
Text Example
White with #5E23FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E23FB; }
p { color: rgb(94,35,251); }
H1.HeaderClassName
{
color: #5E23FB;
}
.AnyTagClassName
{
color: #5E23FB;
}
</style>
background-color css
<style>
a { background-color: #5E23FB; }
a { background-color: rgb(94,35,251); }
div.DivClassName
{
background-color: #5E23FB;
}
.BgClassName
{
background-color: #5E23FB;
}
</style>
border-color css
<style>
span { border-color: #5E23FB; }
span { border-color: rgb(94,35,251); }
td.TdClassName
{
border-color: #5E23FB;
}
.TagClassName
{
border-color: #5E23FB;
}
</style>