Shades of Han Purple #5B20FF
Tints of Han Purple #5B20FF
RGB
CMYK
RGB Variations
Color information
#5B20FF (or 0x5B20FF) is known color: Han Purple. HEX triplet: 5B, 20 and FF. RGB value is (91,32,255). Sum of RGB (Red+Green+Blue) = 91+32+255=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B20FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B20FF is #A4DF00. Grayscale: #4A4A4A. Windows color (decimal): -10804993 or 16719963. OLE color: 16719963.
HSL color Cylindrical-coordinate representation of color #5B20FF: hue angle of 255.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B20FF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 32 | 255 | - |
| CMYK | 0.64 | 0.87 | 0 | 0 |
| HSL | 255.87º | 1% | 0.56% | - |
| HSV(B) | 255.87º | 0.87% | 1% | - |
| XYZ | 22.88 | 10.48 | 95.42 | - |
| YUV | 75.06 | 229.55 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 255 | 0.64 | 0.87 | 0 | 0 | 255.87 | 1 | 0.56 |
| Hex | 5B | 20 | FF | 40 | 57 | 0 | 0 | 100 | 64 | 38 |
| Octal | 133 | 40 | 377 | 100 | 127 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011011 | 100000 | 11111111 | 1000000 | 1010111 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #5B20FF
Complementary color
Monochromatic Colors of #5B20FF
Black with #5B20FF
Text Example
Text Example
White with #5B20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B20FF; }
p { color: rgb(91,32,255); }
H1.HeaderClassName
{
color: #5B20FF;
}
.AnyTagClassName
{
color: #5B20FF;
}
</style>
background-color css
<style>
a { background-color: #5B20FF; }
a { background-color: rgb(91,32,255); }
div.DivClassName
{
background-color: #5B20FF;
}
.BgClassName
{
background-color: #5B20FF;
}
</style>
border-color css
<style>
span { border-color: #5B20FF; }
span { border-color: rgb(91,32,255); }
td.TdClassName
{
border-color: #5B20FF;
}
.TagClassName
{
border-color: #5B20FF;
}
</style>