Shades of Han Purple #5B27FE
Tints of Han Purple #5B27FE
RGB
CMYK
RGB Variations
Color information
#5B27FE (or 0x5B27FE) is known color: Han Purple. HEX triplet: 5B, 27 and FE. RGB value is (91,39,254). Sum of RGB (Red+Green+Blue) = 91+39+254=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B27FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B27FE is #A4D801. Grayscale: #4E4E4E. Windows color (decimal): -10803202 or 16656219. OLE color: 16656219.
HSL color Cylindrical-coordinate representation of color #5B27FE: hue angle of 254.51º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B27FE is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 39 | 254 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.00 |
| HSL | 254.51º | 0.99% | 0.57% | - |
| HSV(B) | 254.51º | 0.85% | 1% | - |
| XYZ | 22.93 | 10.83 | 94.65 | - |
| YUV | 79.06 | 226.73 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 254 | 0.64 | 0.85 | 0 | 0.00 | 254.51 | 0.99 | 0.57 |
| Hex | 5B | 27 | FE | 40 | 55 | 0 | 0 | FF | 63 | 39 |
| Octal | 133 | 47 | 376 | 100 | 125 | 0 | 0 | 377 | 143 | 71 |
| Binary | 1011011 | 100111 | 11111110 | 1000000 | 1010101 | 0 | 0 | 11111111 | 1100011 | 111001 |
Color Harmonies of #5B27FE
Complementary color
Monochromatic Colors of #5B27FE
Black with #5B27FE
Text Example
Text Example
White with #5B27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B27FE; }
p { color: rgb(91,39,254); }
H1.HeaderClassName
{
color: #5B27FE;
}
.AnyTagClassName
{
color: #5B27FE;
}
</style>
background-color css
<style>
a { background-color: #5B27FE; }
a { background-color: rgb(91,39,254); }
div.DivClassName
{
background-color: #5B27FE;
}
.BgClassName
{
background-color: #5B27FE;
}
</style>
border-color css
<style>
span { border-color: #5B27FE; }
span { border-color: rgb(91,39,254); }
td.TdClassName
{
border-color: #5B27FE;
}
.TagClassName
{
border-color: #5B27FE;
}
</style>