Shades of Han Purple #5A16FD
Tints of Han Purple #5A16FD
RGB
CMYK
RGB Variations
Color information
#5A16FD (or 0x5A16FD) is known color: Han Purple. HEX triplet: 5A, 16 and FD. RGB value is (90,22,253). Sum of RGB (Red+Green+Blue) = 90+22+253=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A16FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A16FD is #A5E902. Grayscale: #434343. Windows color (decimal): -10873091 or 16586330. OLE color: 16586330.
HSL color Cylindrical-coordinate representation of color #5A16FD: hue angle of 257.66º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A16FD is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 22 | 253 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.01 |
| HSL | 257.66º | 0.98% | 0.54% | - |
| HSV(B) | 257.66º | 0.91% | 0.99% | - |
| XYZ | 22.23 | 9.84 | 93.66 | - |
| YUV | 68.67 | 232.03 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 253 | 0.64 | 0.91 | 0 | 0.01 | 257.66 | 0.98 | 0.54 |
| Hex | 5A | 16 | FD | 40 | 5B | 0 | 1 | 102 | 62 | 36 |
| Octal | 132 | 26 | 375 | 100 | 133 | 0 | 1 | 402 | 142 | 66 |
| Binary | 1011010 | 10110 | 11111101 | 1000000 | 1011011 | 0 | 1 | 100000010 | 1100010 | 110110 |
Color Harmonies of #5A16FD
Complementary color
Monochromatic Colors of #5A16FD
Black with #5A16FD
Text Example
Text Example
White with #5A16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16FD; }
p { color: rgb(90,22,253); }
H1.HeaderClassName
{
color: #5A16FD;
}
.AnyTagClassName
{
color: #5A16FD;
}
</style>
background-color css
<style>
a { background-color: #5A16FD; }
a { background-color: rgb(90,22,253); }
div.DivClassName
{
background-color: #5A16FD;
}
.BgClassName
{
background-color: #5A16FD;
}
</style>
border-color css
<style>
span { border-color: #5A16FD; }
span { border-color: rgb(90,22,253); }
td.TdClassName
{
border-color: #5A16FD;
}
.TagClassName
{
border-color: #5A16FD;
}
</style>