Shades of Han Purple #5A28FF
Tints of Han Purple #5A28FF
RGB
CMYK
RGB Variations
Color information
#5A28FF (or 0x5A28FF) is known color: Han Purple. HEX triplet: 5A, 28 and FF. RGB value is (90,40,255). Sum of RGB (Red+Green+Blue) = 90+40+255=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A28FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A28FF is #A5D700. Grayscale: #4E4E4E. Windows color (decimal): -10868481 or 16722010. OLE color: 16722010.
HSL color Cylindrical-coordinate representation of color #5A28FF: hue angle of 253.95º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A28FF is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 40 | 255 | - |
| CMYK | 0.65 | 0.84 | 0 | 0 |
| HSL | 253.95º | 1% | 0.58% | - |
| HSV(B) | 253.95º | 0.84% | 1% | - |
| XYZ | 23.03 | 10.91 | 95.5 | - |
| YUV | 79.46 | 227.07 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 255 | 0.65 | 0.84 | 0 | 0 | 253.95 | 1 | 0.58 |
| Hex | 5A | 28 | FF | 41 | 54 | 0 | 0 | FE | 64 | 3A |
| Octal | 132 | 50 | 377 | 101 | 124 | 0 | 0 | 376 | 144 | 72 |
| Binary | 1011010 | 101000 | 11111111 | 1000001 | 1010100 | 0 | 0 | 11111110 | 1100100 | 111010 |
Color Harmonies of #5A28FF
Complementary color
Monochromatic Colors of #5A28FF
Black with #5A28FF
Text Example
Text Example
White with #5A28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A28FF; }
p { color: rgb(90,40,255); }
H1.HeaderClassName
{
color: #5A28FF;
}
.AnyTagClassName
{
color: #5A28FF;
}
</style>
background-color css
<style>
a { background-color: #5A28FF; }
a { background-color: rgb(90,40,255); }
div.DivClassName
{
background-color: #5A28FF;
}
.BgClassName
{
background-color: #5A28FF;
}
</style>
border-color css
<style>
span { border-color: #5A28FF; }
span { border-color: rgb(90,40,255); }
td.TdClassName
{
border-color: #5A28FF;
}
.TagClassName
{
border-color: #5A28FF;
}
</style>