Shades of Han Purple #5B2DFC
Tints of Han Purple #5B2DFC
RGB
CMYK
RGB Variations
Color information
#5B2DFC (or 0x5B2DFC) is known color: Han Purple. HEX triplet: 5B, 2D and FC. RGB value is (91,45,252). Sum of RGB (Red+Green+Blue) = 91+45+252=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2DFC is #A4D203. Grayscale: #515151. Windows color (decimal): -10801668 or 16526683. OLE color: 16526683.
HSL color Cylindrical-coordinate representation of color #5B2DFC: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2DFC is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 45 | 252 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.01 |
| HSL | 253.33º | 0.97% | 0.58% | - |
| HSV(B) | 253.33º | 0.82% | 0.99% | - |
| XYZ | 22.82 | 11.13 | 93.04 | - |
| YUV | 82.35 | 223.74 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 252 | 0.64 | 0.82 | 0 | 0.01 | 253.33 | 0.97 | 0.58 |
| Hex | 5B | 2D | FC | 40 | 52 | 0 | 1 | FD | 61 | 3A |
| Octal | 133 | 55 | 374 | 100 | 122 | 0 | 1 | 375 | 141 | 72 |
| Binary | 1011011 | 101101 | 11111100 | 1000000 | 1010010 | 0 | 1 | 11111101 | 1100001 | 111010 |
Color Harmonies of #5B2DFC
Complementary color
Monochromatic Colors of #5B2DFC
Black with #5B2DFC
Text Example
Text Example
White with #5B2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2DFC; }
p { color: rgb(91,45,252); }
H1.HeaderClassName
{
color: #5B2DFC;
}
.AnyTagClassName
{
color: #5B2DFC;
}
</style>
background-color css
<style>
a { background-color: #5B2DFC; }
a { background-color: rgb(91,45,252); }
div.DivClassName
{
background-color: #5B2DFC;
}
.BgClassName
{
background-color: #5B2DFC;
}
</style>
border-color css
<style>
span { border-color: #5B2DFC; }
span { border-color: rgb(91,45,252); }
td.TdClassName
{
border-color: #5B2DFC;
}
.TagClassName
{
border-color: #5B2DFC;
}
</style>