Shades of Han Purple #5B2CFE
Tints of Han Purple #5B2CFE
RGB
CMYK
RGB Variations
Color information
#5B2CFE (or 0x5B2CFE) is known color: Han Purple. HEX triplet: 5B, 2C and FE. RGB value is (91,44,254). Sum of RGB (Red+Green+Blue) = 91+44+254=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B2CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2CFE is #A4D301. Grayscale: #515151. Windows color (decimal): -10801922 or 16657499. OLE color: 16657499.
HSL color Cylindrical-coordinate representation of color #5B2CFE: hue angle of 253.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B2CFE is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 44 | 254 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.00 |
| HSL | 253.43º | 0.99% | 0.58% | - |
| HSV(B) | 253.43º | 0.83% | 1% | - |
| XYZ | 23.1 | 11.18 | 94.71 | - |
| YUV | 81.99 | 225.07 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 254 | 0.64 | 0.83 | 0 | 0.00 | 253.43 | 0.99 | 0.58 |
| Hex | 5B | 2C | FE | 40 | 53 | 0 | 0 | FD | 63 | 3A |
| Octal | 133 | 54 | 376 | 100 | 123 | 0 | 0 | 375 | 143 | 72 |
| Binary | 1011011 | 101100 | 11111110 | 1000000 | 1010011 | 0 | 0 | 11111101 | 1100011 | 111010 |
Color Harmonies of #5B2CFE
Complementary color
Monochromatic Colors of #5B2CFE
Black with #5B2CFE
Text Example
Text Example
White with #5B2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2CFE; }
p { color: rgb(91,44,254); }
H1.HeaderClassName
{
color: #5B2CFE;
}
.AnyTagClassName
{
color: #5B2CFE;
}
</style>
background-color css
<style>
a { background-color: #5B2CFE; }
a { background-color: rgb(91,44,254); }
div.DivClassName
{
background-color: #5B2CFE;
}
.BgClassName
{
background-color: #5B2CFE;
}
</style>
border-color css
<style>
span { border-color: #5B2CFE; }
span { border-color: rgb(91,44,254); }
td.TdClassName
{
border-color: #5B2CFE;
}
.TagClassName
{
border-color: #5B2CFE;
}
</style>