Shades of Han Purple #5B12FC
Tints of Han Purple #5B12FC
RGB
CMYK
RGB Variations
Color information
#5B12FC (or 0x5B12FC) is known color: Han Purple. HEX triplet: 5B, 12 and FC. RGB value is (91,18,252). Sum of RGB (Red+Green+Blue) = 91+18+252=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B12FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B12FC is #A4ED03. Grayscale: #414141. Windows color (decimal): -10808580 or 16519771. OLE color: 16519771.
HSL color Cylindrical-coordinate representation of color #5B12FC: hue angle of 258.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B12FC is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 18 | 252 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.01 |
| HSL | 258.72º | 0.98% | 0.53% | - |
| HSV(B) | 258.72º | 0.93% | 0.99% | - |
| XYZ | 22.1 | 9.69 | 92.8 | - |
| YUV | 66.5 | 232.68 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 252 | 0.64 | 0.93 | 0 | 0.01 | 258.72 | 0.98 | 0.53 |
| Hex | 5B | 12 | FC | 40 | 5D | 0 | 1 | 103 | 62 | 35 |
| Octal | 133 | 22 | 374 | 100 | 135 | 0 | 1 | 403 | 142 | 65 |
| Binary | 1011011 | 10010 | 11111100 | 1000000 | 1011101 | 0 | 1 | 100000011 | 1100010 | 110101 |
Color Harmonies of #5B12FC
Complementary color
Monochromatic Colors of #5B12FC
Black with #5B12FC
Text Example
Text Example
White with #5B12FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B12FC; }
p { color: rgb(91,18,252); }
H1.HeaderClassName
{
color: #5B12FC;
}
.AnyTagClassName
{
color: #5B12FC;
}
</style>
background-color css
<style>
a { background-color: #5B12FC; }
a { background-color: rgb(91,18,252); }
div.DivClassName
{
background-color: #5B12FC;
}
.BgClassName
{
background-color: #5B12FC;
}
</style>
border-color css
<style>
span { border-color: #5B12FC; }
span { border-color: rgb(91,18,252); }
td.TdClassName
{
border-color: #5B12FC;
}
.TagClassName
{
border-color: #5B12FC;
}
</style>