Shades of Han Purple #5B1CFF
Tints of Han Purple #5B1CFF
RGB
CMYK
RGB Variations
Color information
#5B1CFF (or 0x5B1CFF) is known color: Han Purple. HEX triplet: 5B, 1C and FF. RGB value is (91,28,255). Sum of RGB (Red+Green+Blue) = 91+28+255=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1CFF is #A4E300. Grayscale: #474747. Windows color (decimal): -10806017 or 16718939. OLE color: 16718939.
HSL color Cylindrical-coordinate representation of color #5B1CFF: hue angle of 256.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B1CFF is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 28 | 255 | - |
| CMYK | 0.64 | 0.89 | 0 | 0 |
| HSL | 256.65º | 1% | 0.55% | - |
| HSV(B) | 256.65º | 0.89% | 1% | - |
| XYZ | 22.78 | 10.27 | 95.39 | - |
| YUV | 72.72 | 230.87 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 255 | 0.64 | 0.89 | 0 | 0 | 256.65 | 1 | 0.55 |
| Hex | 5B | 1C | FF | 40 | 59 | 0 | 0 | 101 | 64 | 37 |
| Octal | 133 | 34 | 377 | 100 | 131 | 0 | 0 | 401 | 144 | 67 |
| Binary | 1011011 | 11100 | 11111111 | 1000000 | 1011001 | 0 | 0 | 100000001 | 1100100 | 110111 |
Color Harmonies of #5B1CFF
Complementary color
Monochromatic Colors of #5B1CFF
Black with #5B1CFF
Text Example
Text Example
White with #5B1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1CFF; }
p { color: rgb(91,28,255); }
H1.HeaderClassName
{
color: #5B1CFF;
}
.AnyTagClassName
{
color: #5B1CFF;
}
</style>
background-color css
<style>
a { background-color: #5B1CFF; }
a { background-color: rgb(91,28,255); }
div.DivClassName
{
background-color: #5B1CFF;
}
.BgClassName
{
background-color: #5B1CFF;
}
</style>
border-color css
<style>
span { border-color: #5B1CFF; }
span { border-color: rgb(91,28,255); }
td.TdClassName
{
border-color: #5B1CFF;
}
.TagClassName
{
border-color: #5B1CFF;
}
</style>