Shades of Han Purple #5B2FFC
Tints of Han Purple #5B2FFC
RGB
CMYK
RGB Variations
Color information
#5B2FFC (or 0x5B2FFC) is known color: Han Purple. HEX triplet: 5B, 2F and FC. RGB value is (91,47,252). Sum of RGB (Red+Green+Blue) = 91+47+252=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B2FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2FFC is #A4D003. Grayscale: #525252. Windows color (decimal): -10801156 or 16527195. OLE color: 16527195.
HSL color Cylindrical-coordinate representation of color #5B2FFC: hue angle of 252.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2FFC is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 47 | 252 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.01 |
| HSL | 252.88º | 0.97% | 0.59% | - |
| HSV(B) | 252.88º | 0.81% | 0.99% | - |
| XYZ | 22.9 | 11.29 | 93.07 | - |
| YUV | 83.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 252 | 0.64 | 0.81 | 0 | 0.01 | 252.88 | 0.97 | 0.59 |
| Hex | 5B | 2F | FC | 40 | 51 | 0 | 1 | FD | 61 | 3B |
| Octal | 133 | 57 | 374 | 100 | 121 | 0 | 1 | 375 | 141 | 73 |
| Binary | 1011011 | 101111 | 11111100 | 1000000 | 1010001 | 0 | 1 | 11111101 | 1100001 | 111011 |
Color Harmonies of #5B2FFC
Complementary color
Monochromatic Colors of #5B2FFC
Black with #5B2FFC
Text Example
Text Example
White with #5B2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FFC; }
p { color: rgb(91,47,252); }
H1.HeaderClassName
{
color: #5B2FFC;
}
.AnyTagClassName
{
color: #5B2FFC;
}
</style>
background-color css
<style>
a { background-color: #5B2FFC; }
a { background-color: rgb(91,47,252); }
div.DivClassName
{
background-color: #5B2FFC;
}
.BgClassName
{
background-color: #5B2FFC;
}
</style>
border-color css
<style>
span { border-color: #5B2FFC; }
span { border-color: rgb(91,47,252); }
td.TdClassName
{
border-color: #5B2FFC;
}
.TagClassName
{
border-color: #5B2FFC;
}
</style>