Shades of Han Purple #5B1CFC
Tints of Han Purple #5B1CFC
RGB
CMYK
RGB Variations
Color information
#5B1CFC (or 0x5B1CFC) is known color: Han Purple. HEX triplet: 5B, 1C and FC. RGB value is (91,28,252). Sum of RGB (Red+Green+Blue) = 91+28+252=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B1CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1CFC is #A4E303. Grayscale: #474747. Windows color (decimal): -10806020 or 16522331. OLE color: 16522331.
HSL color Cylindrical-coordinate representation of color #5B1CFC: hue angle of 256.88º 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 #5B1CFC is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 28 | 252 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.01 |
| HSL | 256.88º | 0.97% | 0.55% | - |
| HSV(B) | 256.88º | 0.89% | 0.99% | - |
| XYZ | 22.3 | 10.08 | 92.87 | - |
| YUV | 72.37 | 229.37 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 252 | 0.64 | 0.89 | 0 | 0.01 | 256.88 | 0.97 | 0.55 |
| Hex | 5B | 1C | FC | 40 | 59 | 0 | 1 | 101 | 61 | 37 |
| Octal | 133 | 34 | 374 | 100 | 131 | 0 | 1 | 401 | 141 | 67 |
| Binary | 1011011 | 11100 | 11111100 | 1000000 | 1011001 | 0 | 1 | 100000001 | 1100001 | 110111 |
Color Harmonies of #5B1CFC
Complementary color
Monochromatic Colors of #5B1CFC
Black with #5B1CFC
Text Example
Text Example
White with #5B1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1CFC; }
p { color: rgb(91,28,252); }
H1.HeaderClassName
{
color: #5B1CFC;
}
.AnyTagClassName
{
color: #5B1CFC;
}
</style>
background-color css
<style>
a { background-color: #5B1CFC; }
a { background-color: rgb(91,28,252); }
div.DivClassName
{
background-color: #5B1CFC;
}
.BgClassName
{
background-color: #5B1CFC;
}
</style>
border-color css
<style>
span { border-color: #5B1CFC; }
span { border-color: rgb(91,28,252); }
td.TdClassName
{
border-color: #5B1CFC;
}
.TagClassName
{
border-color: #5B1CFC;
}
</style>