Shades of Han Purple #5B2FFE
Tints of Han Purple #5B2FFE
RGB
CMYK
RGB Variations
Color information
#5B2FFE (or 0x5B2FFE) is known color: Han Purple. HEX triplet: 5B, 2F and FE. RGB value is (91,47,254). Sum of RGB (Red+Green+Blue) = 91+47+254=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B2FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2FFE is #A4D001. Grayscale: #525252. Windows color (decimal): -10801154 or 16658267. OLE color: 16658267.
HSL color Cylindrical-coordinate representation of color #5B2FFE: hue angle of 252.75º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2FFE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 47 | 254 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.00 |
| HSL | 252.75º | 0.99% | 0.59% | - |
| HSV(B) | 252.75º | 0.81% | 1% | - |
| XYZ | 23.22 | 11.41 | 94.75 | - |
| YUV | 83.75 | 224.08 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 254 | 0.64 | 0.81 | 0 | 0.00 | 252.75 | 0.99 | 0.59 |
| Hex | 5B | 2F | FE | 40 | 51 | 0 | 0 | FD | 63 | 3B |
| Octal | 133 | 57 | 376 | 100 | 121 | 0 | 0 | 375 | 143 | 73 |
| Binary | 1011011 | 101111 | 11111110 | 1000000 | 1010001 | 0 | 0 | 11111101 | 1100011 | 111011 |
Color Harmonies of #5B2FFE
Complementary color
Monochromatic Colors of #5B2FFE
Black with #5B2FFE
Text Example
Text Example
White with #5B2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FFE; }
p { color: rgb(91,47,254); }
H1.HeaderClassName
{
color: #5B2FFE;
}
.AnyTagClassName
{
color: #5B2FFE;
}
</style>
background-color css
<style>
a { background-color: #5B2FFE; }
a { background-color: rgb(91,47,254); }
div.DivClassName
{
background-color: #5B2FFE;
}
.BgClassName
{
background-color: #5B2FFE;
}
</style>
border-color css
<style>
span { border-color: #5B2FFE; }
span { border-color: rgb(91,47,254); }
td.TdClassName
{
border-color: #5B2FFE;
}
.TagClassName
{
border-color: #5B2FFE;
}
</style>