Shades of Han Purple #5B2AFC
Tints of Han Purple #5B2AFC
RGB
CMYK
RGB Variations
Color information
#5B2AFC (or 0x5B2AFC) is known color: Han Purple. HEX triplet: 5B, 2A and FC. RGB value is (91,42,252). Sum of RGB (Red+Green+Blue) = 91+42+252=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B2AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2AFC is #A4D503. Grayscale: #4F4F4F. Windows color (decimal): -10802436 or 16525915. OLE color: 16525915.
HSL color Cylindrical-coordinate representation of color #5B2AFC: hue angle of 254º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B2AFC is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 42 | 252 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.01 |
| HSL | 254º | 0.97% | 0.58% | - |
| HSV(B) | 254º | 0.83% | 0.99% | - |
| XYZ | 22.71 | 10.91 | 93 | - |
| YUV | 80.59 | 224.73 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 252 | 0.64 | 0.83 | 0 | 0.01 | 254 | 0.97 | 0.58 |
| Hex | 5B | 2A | FC | 40 | 53 | 0 | 1 | FE | 61 | 3A |
| Octal | 133 | 52 | 374 | 100 | 123 | 0 | 1 | 376 | 141 | 72 |
| Binary | 1011011 | 101010 | 11111100 | 1000000 | 1010011 | 0 | 1 | 11111110 | 1100001 | 111010 |
Color Harmonies of #5B2AFC
Complementary color
Monochromatic Colors of #5B2AFC
Black with #5B2AFC
Text Example
Text Example
White with #5B2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2AFC; }
p { color: rgb(91,42,252); }
H1.HeaderClassName
{
color: #5B2AFC;
}
.AnyTagClassName
{
color: #5B2AFC;
}
</style>
background-color css
<style>
a { background-color: #5B2AFC; }
a { background-color: rgb(91,42,252); }
div.DivClassName
{
background-color: #5B2AFC;
}
.BgClassName
{
background-color: #5B2AFC;
}
</style>
border-color css
<style>
span { border-color: #5B2AFC; }
span { border-color: rgb(91,42,252); }
td.TdClassName
{
border-color: #5B2AFC;
}
.TagClassName
{
border-color: #5B2AFC;
}
</style>