Shades of Han Purple #5A2BFC
Tints of Han Purple #5A2BFC
RGB
CMYK
RGB Variations
Color information
#5A2BFC (or 0x5A2BFC) is known color: Han Purple. HEX triplet: 5A, 2B and FC. RGB value is (90,43,252). Sum of RGB (Red+Green+Blue) = 90+43+252=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A2BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2BFC is #A5D403. Grayscale: #505050. Windows color (decimal): -10867716 or 16526170. OLE color: 16526170.
HSL color Cylindrical-coordinate representation of color #5A2BFC: hue angle of 253.49º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A2BFC is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 43 | 252 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.01 |
| HSL | 253.49º | 0.97% | 0.58% | - |
| HSV(B) | 253.49º | 0.83% | 0.99% | - |
| XYZ | 22.65 | 10.93 | 93.01 | - |
| YUV | 80.88 | 224.57 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 252 | 0.64 | 0.83 | 0 | 0.01 | 253.49 | 0.97 | 0.58 |
| Hex | 5A | 2B | FC | 40 | 53 | 0 | 1 | FD | 61 | 3A |
| Octal | 132 | 53 | 374 | 100 | 123 | 0 | 1 | 375 | 141 | 72 |
| Binary | 1011010 | 101011 | 11111100 | 1000000 | 1010011 | 0 | 1 | 11111101 | 1100001 | 111010 |
Color Harmonies of #5A2BFC
Complementary color
Monochromatic Colors of #5A2BFC
Black with #5A2BFC
Text Example
Text Example
White with #5A2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BFC; }
p { color: rgb(90,43,252); }
H1.HeaderClassName
{
color: #5A2BFC;
}
.AnyTagClassName
{
color: #5A2BFC;
}
</style>
background-color css
<style>
a { background-color: #5A2BFC; }
a { background-color: rgb(90,43,252); }
div.DivClassName
{
background-color: #5A2BFC;
}
.BgClassName
{
background-color: #5A2BFC;
}
</style>
border-color css
<style>
span { border-color: #5A2BFC; }
span { border-color: rgb(90,43,252); }
td.TdClassName
{
border-color: #5A2BFC;
}
.TagClassName
{
border-color: #5A2BFC;
}
</style>