Shades of Han Purple #5A10FD
Tints of Han Purple #5A10FD
RGB
CMYK
RGB Variations
Color information
#5A10FD (or 0x5A10FD) is known color: Han Purple. HEX triplet: 5A, 10 and FD. RGB value is (90,16,253). Sum of RGB (Red+Green+Blue) = 90+16+253=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A10FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A10FD is #A5EF02. Grayscale: #404040. Windows color (decimal): -10874627 or 16584794. OLE color: 16584794.
HSL color Cylindrical-coordinate representation of color #5A10FD: hue angle of 258.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A10FD is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 16 | 253 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.01 |
| HSL | 258.73º | 0.98% | 0.53% | - |
| HSV(B) | 258.73º | 0.94% | 0.99% | - |
| XYZ | 22.13 | 9.64 | 93.62 | - |
| YUV | 65.14 | 234.02 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 253 | 0.64 | 0.94 | 0 | 0.01 | 258.73 | 0.98 | 0.53 |
| Hex | 5A | 10 | FD | 40 | 5E | 0 | 1 | 103 | 62 | 35 |
| Octal | 132 | 20 | 375 | 100 | 136 | 0 | 1 | 403 | 142 | 65 |
| Binary | 1011010 | 10000 | 11111101 | 1000000 | 1011110 | 0 | 1 | 100000011 | 1100010 | 110101 |
Color Harmonies of #5A10FD
Complementary color
Monochromatic Colors of #5A10FD
Black with #5A10FD
Text Example
Text Example
White with #5A10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A10FD; }
p { color: rgb(90,16,253); }
H1.HeaderClassName
{
color: #5A10FD;
}
.AnyTagClassName
{
color: #5A10FD;
}
</style>
background-color css
<style>
a { background-color: #5A10FD; }
a { background-color: rgb(90,16,253); }
div.DivClassName
{
background-color: #5A10FD;
}
.BgClassName
{
background-color: #5A10FD;
}
</style>
border-color css
<style>
span { border-color: #5A10FD; }
span { border-color: rgb(90,16,253); }
td.TdClassName
{
border-color: #5A10FD;
}
.TagClassName
{
border-color: #5A10FD;
}
</style>