Shades of Han Purple #5E27FF
Tints of Han Purple #5E27FF
RGB
CMYK
RGB Variations
Color information
#5E27FF (or 0x5E27FF) is known color: Han Purple. HEX triplet: 5E, 27 and FF. RGB value is (94,39,255). Sum of RGB (Red+Green+Blue) = 94+39+255=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E27FF is #A1D800. Grayscale: #4F4F4F. Windows color (decimal): -10606593 or 16721758. OLE color: 16721758.
HSL color Cylindrical-coordinate representation of color #5E27FF: hue angle of 255.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E27FF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 39 | 255 | - |
| CMYK | 0.63 | 0.85 | 0 | 0 |
| HSL | 255.28º | 1% | 0.58% | - |
| HSV(B) | 255.28º | 0.85% | 1% | - |
| XYZ | 23.39 | 11.05 | 95.51 | - |
| YUV | 80.07 | 226.72 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 255 | 0.63 | 0.85 | 0 | 0 | 255.28 | 1 | 0.58 |
| Hex | 5E | 27 | FF | 3F | 55 | 0 | 0 | FF | 64 | 3A |
| Octal | 136 | 47 | 377 | 77 | 125 | 0 | 0 | 377 | 144 | 72 |
| Binary | 1011110 | 100111 | 11111111 | 111111 | 1010101 | 0 | 0 | 11111111 | 1100100 | 111010 |
Color Harmonies of #5E27FF
Complementary color
Monochromatic Colors of #5E27FF
Black with #5E27FF
Text Example
Text Example
White with #5E27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E27FF; }
p { color: rgb(94,39,255); }
H1.HeaderClassName
{
color: #5E27FF;
}
.AnyTagClassName
{
color: #5E27FF;
}
</style>
background-color css
<style>
a { background-color: #5E27FF; }
a { background-color: rgb(94,39,255); }
div.DivClassName
{
background-color: #5E27FF;
}
.BgClassName
{
background-color: #5E27FF;
}
</style>
border-color css
<style>
span { border-color: #5E27FF; }
span { border-color: rgb(94,39,255); }
td.TdClassName
{
border-color: #5E27FF;
}
.TagClassName
{
border-color: #5E27FF;
}
</style>