Shades of Han Purple #5B1BFC
Tints of Han Purple #5B1BFC
RGB
CMYK
RGB Variations
Color information
#5B1BFC (or 0x5B1BFC) is known color: Han Purple. HEX triplet: 5B, 1B and FC. RGB value is (91,27,252). Sum of RGB (Red+Green+Blue) = 91+27+252=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B1BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1BFC is #A4E403. Grayscale: #464646. Windows color (decimal): -10806276 or 16522075. OLE color: 16522075.
HSL color Cylindrical-coordinate representation of color #5B1BFC: hue angle of 257.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B1BFC is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 27 | 252 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.01 |
| HSL | 257.07º | 0.97% | 0.55% | - |
| HSV(B) | 257.07º | 0.89% | 0.99% | - |
| XYZ | 22.28 | 10.04 | 92.86 | - |
| YUV | 71.79 | 229.7 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 252 | 0.64 | 0.89 | 0 | 0.01 | 257.07 | 0.97 | 0.55 |
| Hex | 5B | 1B | FC | 40 | 59 | 0 | 1 | 101 | 61 | 37 |
| Octal | 133 | 33 | 374 | 100 | 131 | 0 | 1 | 401 | 141 | 67 |
| Binary | 1011011 | 11011 | 11111100 | 1000000 | 1011001 | 0 | 1 | 100000001 | 1100001 | 110111 |
Color Harmonies of #5B1BFC
Complementary color
Monochromatic Colors of #5B1BFC
Black with #5B1BFC
Text Example
Text Example
White with #5B1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1BFC; }
p { color: rgb(91,27,252); }
H1.HeaderClassName
{
color: #5B1BFC;
}
.AnyTagClassName
{
color: #5B1BFC;
}
</style>
background-color css
<style>
a { background-color: #5B1BFC; }
a { background-color: rgb(91,27,252); }
div.DivClassName
{
background-color: #5B1BFC;
}
.BgClassName
{
background-color: #5B1BFC;
}
</style>
border-color css
<style>
span { border-color: #5B1BFC; }
span { border-color: rgb(91,27,252); }
td.TdClassName
{
border-color: #5B1BFC;
}
.TagClassName
{
border-color: #5B1BFC;
}
</style>