Shades of Han Purple #5B2CFB
Tints of Han Purple #5B2CFB
RGB
CMYK
RGB Variations
Color information
#5B2CFB (or 0x5B2CFB) is known color: Han Purple. HEX triplet: 5B, 2C and FB. RGB value is (91,44,251). Sum of RGB (Red+Green+Blue) = 91+44+251=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B2CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2CFB is #A4D304. Grayscale: #505050. Windows color (decimal): -10801925 or 16460891. OLE color: 16460891.
HSL color Cylindrical-coordinate representation of color #5B2CFB: hue angle of 253.62º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2CFB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 44 | 251 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.02 |
| HSL | 253.62º | 0.96% | 0.58% | - |
| HSV(B) | 253.62º | 0.82% | 0.98% | - |
| XYZ | 22.63 | 10.99 | 92.2 | - |
| YUV | 81.65 | 223.57 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 251 | 0.64 | 0.82 | 0 | 0.02 | 253.62 | 0.96 | 0.58 |
| Hex | 5B | 2C | FB | 40 | 52 | 0 | 2 | FE | 60 | 3A |
| Octal | 133 | 54 | 373 | 100 | 122 | 0 | 2 | 376 | 140 | 72 |
| Binary | 1011011 | 101100 | 11111011 | 1000000 | 1010010 | 0 | 10 | 11111110 | 1100000 | 111010 |
Color Harmonies of #5B2CFB
Complementary color
Monochromatic Colors of #5B2CFB
Black with #5B2CFB
Text Example
Text Example
White with #5B2CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2CFB; }
p { color: rgb(91,44,251); }
H1.HeaderClassName
{
color: #5B2CFB;
}
.AnyTagClassName
{
color: #5B2CFB;
}
</style>
background-color css
<style>
a { background-color: #5B2CFB; }
a { background-color: rgb(91,44,251); }
div.DivClassName
{
background-color: #5B2CFB;
}
.BgClassName
{
background-color: #5B2CFB;
}
</style>
border-color css
<style>
span { border-color: #5B2CFB; }
span { border-color: rgb(91,44,251); }
td.TdClassName
{
border-color: #5B2CFB;
}
.TagClassName
{
border-color: #5B2CFB;
}
</style>