Shades of Han Purple #5B2FEC
Tints of Han Purple #5B2FEC
RGB
CMYK
RGB Variations
Color information
#5B2FEC (or 0x5B2FEC) is known color: Han Purple. HEX triplet: 5B, 2F and EC. RGB value is (91,47,236). Sum of RGB (Red+Green+Blue) = 91+47+236=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B2FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2FEC is #A4D013. Grayscale: #505050. Windows color (decimal): -10801172 or 15478619. OLE color: 15478619.
HSL color Cylindrical-coordinate representation of color #5B2FEC: hue angle of 253.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B2FEC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 47 | 236 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.07 |
| HSL | 253.97º | 0.83% | 0.55% | - |
| HSV(B) | 253.97º | 0.8% | 0.93% | - |
| XYZ | 20.47 | 10.31 | 80.27 | - |
| YUV | 81.7 | 215.08 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 236 | 0.61 | 0.80 | 0 | 0.07 | 253.97 | 0.83 | 0.55 |
| Hex | 5B | 2F | EC | 3D | 50 | 0 | 7 | FE | 53 | 37 |
| Octal | 133 | 57 | 354 | 75 | 120 | 0 | 7 | 376 | 123 | 67 |
| Binary | 1011011 | 101111 | 11101100 | 111101 | 1010000 | 0 | 111 | 11111110 | 1010011 | 110111 |
Color Harmonies of #5B2FEC
Complementary color
Monochromatic Colors of #5B2FEC
Black with #5B2FEC
Text Example
Text Example
White with #5B2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FEC; }
p { color: rgb(91,47,236); }
H1.HeaderClassName
{
color: #5B2FEC;
}
.AnyTagClassName
{
color: #5B2FEC;
}
</style>
background-color css
<style>
a { background-color: #5B2FEC; }
a { background-color: rgb(91,47,236); }
div.DivClassName
{
background-color: #5B2FEC;
}
.BgClassName
{
background-color: #5B2FEC;
}
</style>
border-color css
<style>
span { border-color: #5B2FEC; }
span { border-color: rgb(91,47,236); }
td.TdClassName
{
border-color: #5B2FEC;
}
.TagClassName
{
border-color: #5B2FEC;
}
</style>