Shades of Han Purple #5B20FE
Tints of Han Purple #5B20FE
RGB
CMYK
RGB Variations
Color information
#5B20FE (or 0x5B20FE) is known color: Han Purple. HEX triplet: 5B, 20 and FE. RGB value is (91,32,254). Sum of RGB (Red+Green+Blue) = 91+32+254=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B20FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B20FE is #A4DF01. Grayscale: #4A4A4A. Windows color (decimal): -10804994 or 16654427. OLE color: 16654427.
HSL color Cylindrical-coordinate representation of color #5B20FE: hue angle of 255.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B20FE is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 32 | 254 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.00 |
| HSL | 255.95º | 0.99% | 0.56% | - |
| HSV(B) | 255.95º | 0.87% | 1% | - |
| XYZ | 22.72 | 10.41 | 94.58 | - |
| YUV | 74.95 | 229.05 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 254 | 0.64 | 0.87 | 0 | 0.00 | 255.95 | 0.99 | 0.56 |
| Hex | 5B | 20 | FE | 40 | 57 | 0 | 0 | 100 | 63 | 38 |
| Octal | 133 | 40 | 376 | 100 | 127 | 0 | 0 | 400 | 143 | 70 |
| Binary | 1011011 | 100000 | 11111110 | 1000000 | 1010111 | 0 | 0 | 100000000 | 1100011 | 111000 |
Color Harmonies of #5B20FE
Complementary color
Monochromatic Colors of #5B20FE
Black with #5B20FE
Text Example
Text Example
White with #5B20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B20FE; }
p { color: rgb(91,32,254); }
H1.HeaderClassName
{
color: #5B20FE;
}
.AnyTagClassName
{
color: #5B20FE;
}
</style>
background-color css
<style>
a { background-color: #5B20FE; }
a { background-color: rgb(91,32,254); }
div.DivClassName
{
background-color: #5B20FE;
}
.BgClassName
{
background-color: #5B20FE;
}
</style>
border-color css
<style>
span { border-color: #5B20FE; }
span { border-color: rgb(91,32,254); }
td.TdClassName
{
border-color: #5B20FE;
}
.TagClassName
{
border-color: #5B20FE;
}
</style>