Shades of Han Purple #5B1AFD
Tints of Han Purple #5B1AFD
RGB
CMYK
RGB Variations
Color information
#5B1AFD (or 0x5B1AFD) is known color: Han Purple. HEX triplet: 5B, 1A and FD. RGB value is (91,26,253). Sum of RGB (Red+Green+Blue) = 91+26+253=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B1AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1AFD is #A4E502. Grayscale: #464646. Windows color (decimal): -10806531 or 16587355. OLE color: 16587355.
HSL color Cylindrical-coordinate representation of color #5B1AFD: hue angle of 257.18º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B1AFD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 26 | 253 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.01 |
| HSL | 257.18º | 0.98% | 0.55% | - |
| HSV(B) | 257.18º | 0.9% | 0.99% | - |
| XYZ | 22.41 | 10.05 | 93.69 | - |
| YUV | 71.31 | 230.53 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 253 | 0.64 | 0.90 | 0 | 0.01 | 257.18 | 0.98 | 0.55 |
| Hex | 5B | 1A | FD | 40 | 5A | 0 | 1 | 101 | 62 | 37 |
| Octal | 133 | 32 | 375 | 100 | 132 | 0 | 1 | 401 | 142 | 67 |
| Binary | 1011011 | 11010 | 11111101 | 1000000 | 1011010 | 0 | 1 | 100000001 | 1100010 | 110111 |
Color Harmonies of #5B1AFD
Complementary color
Monochromatic Colors of #5B1AFD
Black with #5B1AFD
Text Example
Text Example
White with #5B1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1AFD; }
p { color: rgb(91,26,253); }
H1.HeaderClassName
{
color: #5B1AFD;
}
.AnyTagClassName
{
color: #5B1AFD;
}
</style>
background-color css
<style>
a { background-color: #5B1AFD; }
a { background-color: rgb(91,26,253); }
div.DivClassName
{
background-color: #5B1AFD;
}
.BgClassName
{
background-color: #5B1AFD;
}
</style>
border-color css
<style>
span { border-color: #5B1AFD; }
span { border-color: rgb(91,26,253); }
td.TdClassName
{
border-color: #5B1AFD;
}
.TagClassName
{
border-color: #5B1AFD;
}
</style>