Shades of Han Purple #5B20FA
Tints of Han Purple #5B20FA
RGB
CMYK
RGB Variations
Color information
#5B20FA (or 0x5B20FA) is known color: Han Purple. HEX triplet: 5B, 20 and FA. RGB value is (91,32,250). Sum of RGB (Red+Green+Blue) = 91+32+250=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B20FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B20FA is #A4DF05. Grayscale: #494949. Windows color (decimal): -10804998 or 16392283. OLE color: 16392283.
HSL color Cylindrical-coordinate representation of color #5B20FA: hue angle of 256.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B20FA is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 32 | 250 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.02 |
| HSL | 256.24º | 0.96% | 0.55% | - |
| HSV(B) | 256.24º | 0.87% | 0.98% | - |
| XYZ | 22.09 | 10.16 | 91.24 | - |
| YUV | 74.49 | 227.05 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 250 | 0.64 | 0.87 | 0 | 0.02 | 256.24 | 0.96 | 0.55 |
| Hex | 5B | 20 | FA | 40 | 57 | 0 | 2 | 100 | 60 | 37 |
| Octal | 133 | 40 | 372 | 100 | 127 | 0 | 2 | 400 | 140 | 67 |
| Binary | 1011011 | 100000 | 11111010 | 1000000 | 1010111 | 0 | 10 | 100000000 | 1100000 | 110111 |
Color Harmonies of #5B20FA
Complementary color
Monochromatic Colors of #5B20FA
Black with #5B20FA
Text Example
Text Example
White with #5B20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B20FA; }
p { color: rgb(91,32,250); }
H1.HeaderClassName
{
color: #5B20FA;
}
.AnyTagClassName
{
color: #5B20FA;
}
</style>
background-color css
<style>
a { background-color: #5B20FA; }
a { background-color: rgb(91,32,250); }
div.DivClassName
{
background-color: #5B20FA;
}
.BgClassName
{
background-color: #5B20FA;
}
</style>
border-color css
<style>
span { border-color: #5B20FA; }
span { border-color: rgb(91,32,250); }
td.TdClassName
{
border-color: #5B20FA;
}
.TagClassName
{
border-color: #5B20FA;
}
</style>