Shades of Han Purple #5A2BFB
Tints of Han Purple #5A2BFB
RGB
CMYK
RGB Variations
Color information
#5A2BFB (or 0x5A2BFB) is known color: Han Purple. HEX triplet: 5A, 2B and FB. RGB value is (90,43,251). Sum of RGB (Red+Green+Blue) = 90+43+251=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A2BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2BFB is #A5D404. Grayscale: #4F4F4F. Windows color (decimal): -10867717 or 16460634. OLE color: 16460634.
HSL color Cylindrical-coordinate representation of color #5A2BFB: hue angle of 253.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A2BFB is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 43 | 251 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.02 |
| HSL | 253.56º | 0.96% | 0.58% | - |
| HSV(B) | 253.56º | 0.83% | 0.98% | - |
| XYZ | 22.49 | 10.87 | 92.18 | - |
| YUV | 80.77 | 224.07 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 251 | 0.64 | 0.83 | 0 | 0.02 | 253.56 | 0.96 | 0.58 |
| Hex | 5A | 2B | FB | 40 | 53 | 0 | 2 | FE | 60 | 3A |
| Octal | 132 | 53 | 373 | 100 | 123 | 0 | 2 | 376 | 140 | 72 |
| Binary | 1011010 | 101011 | 11111011 | 1000000 | 1010011 | 0 | 10 | 11111110 | 1100000 | 111010 |
Color Harmonies of #5A2BFB
Complementary color
Monochromatic Colors of #5A2BFB
Black with #5A2BFB
Text Example
Text Example
White with #5A2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BFB; }
p { color: rgb(90,43,251); }
H1.HeaderClassName
{
color: #5A2BFB;
}
.AnyTagClassName
{
color: #5A2BFB;
}
</style>
background-color css
<style>
a { background-color: #5A2BFB; }
a { background-color: rgb(90,43,251); }
div.DivClassName
{
background-color: #5A2BFB;
}
.BgClassName
{
background-color: #5A2BFB;
}
</style>
border-color css
<style>
span { border-color: #5A2BFB; }
span { border-color: rgb(90,43,251); }
td.TdClassName
{
border-color: #5A2BFB;
}
.TagClassName
{
border-color: #5A2BFB;
}
</style>