Shades of Han Purple #5A0BFB
Tints of Han Purple #5A0BFB
RGB
CMYK
RGB Variations
Color information
#5A0BFB (or 0x5A0BFB) is known color: Han Purple. HEX triplet: 5A, 0B and FB. RGB value is (90,11,251). Sum of RGB (Red+Green+Blue) = 90+11+251=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A0BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0BFB is #A5F404. Grayscale: #3D3D3D. Windows color (decimal): -10875909 or 16452442. OLE color: 16452442.
HSL color Cylindrical-coordinate representation of color #5A0BFB: hue angle of 259.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0BFB is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 11 | 251 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.02 |
| HSL | 259.75º | 0.97% | 0.51% | - |
| HSV(B) | 259.75º | 0.96% | 0.98% | - |
| XYZ | 21.75 | 9.38 | 91.93 | - |
| YUV | 61.98 | 234.67 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 251 | 0.64 | 0.96 | 0 | 0.02 | 259.75 | 0.97 | 0.51 |
| Hex | 5A | B | FB | 40 | 60 | 0 | 2 | 104 | 61 | 33 |
| Octal | 132 | 13 | 373 | 100 | 140 | 0 | 2 | 404 | 141 | 63 |
| Binary | 1011010 | 1011 | 11111011 | 1000000 | 1100000 | 0 | 10 | 100000100 | 1100001 | 110011 |
Color Harmonies of #5A0BFB
Complementary color
Monochromatic Colors of #5A0BFB
Black with #5A0BFB
Text Example
Text Example
White with #5A0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BFB; }
p { color: rgb(90,11,251); }
H1.HeaderClassName
{
color: #5A0BFB;
}
.AnyTagClassName
{
color: #5A0BFB;
}
</style>
background-color css
<style>
a { background-color: #5A0BFB; }
a { background-color: rgb(90,11,251); }
div.DivClassName
{
background-color: #5A0BFB;
}
.BgClassName
{
background-color: #5A0BFB;
}
</style>
border-color css
<style>
span { border-color: #5A0BFB; }
span { border-color: rgb(90,11,251); }
td.TdClassName
{
border-color: #5A0BFB;
}
.TagClassName
{
border-color: #5A0BFB;
}
</style>