Shades of Han Purple #5B2FF8
Tints of Han Purple #5B2FF8
RGB
CMYK
RGB Variations
Color information
#5B2FF8 (or 0x5B2FF8) is known color: Han Purple. HEX triplet: 5B, 2F and F8. RGB value is (91,47,248). Sum of RGB (Red+Green+Blue) = 91+47+248=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B2FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2FF8 is #A4D007. Grayscale: #525252. Windows color (decimal): -10801160 or 16265051. OLE color: 16265051.
HSL color Cylindrical-coordinate representation of color #5B2FF8: hue angle of 253.13º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2FF8 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 47 | 248 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.03 |
| HSL | 253.13º | 0.93% | 0.58% | - |
| HSV(B) | 253.13º | 0.81% | 0.97% | - |
| XYZ | 22.27 | 11.03 | 89.76 | - |
| YUV | 83.07 | 221.08 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 248 | 0.63 | 0.81 | 0 | 0.03 | 253.13 | 0.93 | 0.58 |
| Hex | 5B | 2F | F8 | 3F | 51 | 0 | 3 | FD | 5D | 3A |
| Octal | 133 | 57 | 370 | 77 | 121 | 0 | 3 | 375 | 135 | 72 |
| Binary | 1011011 | 101111 | 11111000 | 111111 | 1010001 | 0 | 11 | 11111101 | 1011101 | 111010 |
Color Harmonies of #5B2FF8
Complementary color
Monochromatic Colors of #5B2FF8
Black with #5B2FF8
Text Example
Text Example
White with #5B2FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FF8; }
p { color: rgb(91,47,248); }
H1.HeaderClassName
{
color: #5B2FF8;
}
.AnyTagClassName
{
color: #5B2FF8;
}
</style>
background-color css
<style>
a { background-color: #5B2FF8; }
a { background-color: rgb(91,47,248); }
div.DivClassName
{
background-color: #5B2FF8;
}
.BgClassName
{
background-color: #5B2FF8;
}
</style>
border-color css
<style>
span { border-color: #5B2FF8; }
span { border-color: rgb(91,47,248); }
td.TdClassName
{
border-color: #5B2FF8;
}
.TagClassName
{
border-color: #5B2FF8;
}
</style>