Shades of Han Purple #5A1ADF
Tints of Han Purple #5A1ADF
RGB
CMYK
RGB Variations
Color information
#5A1ADF (or 0x5A1ADF) is known color: Han Purple. HEX triplet: 5A, 1A and DF. RGB value is (90,26,223). Sum of RGB (Red+Green+Blue) = 90+26+223=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A1ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1ADF is #A5E520. Grayscale: #424242. Windows color (decimal): -10872097 or 14621274. OLE color: 14621274.
HSL color Cylindrical-coordinate representation of color #5A1ADF: hue angle of 259.49º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1ADF is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 26 | 223 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.13 |
| HSL | 259.49º | 0.79% | 0.49% | - |
| HSV(B) | 259.49º | 0.88% | 0.87% | - |
| XYZ | 17.91 | 8.24 | 70.46 | - |
| YUV | 67.59 | 215.7 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 223 | 0.60 | 0.88 | 0 | 0.13 | 259.49 | 0.79 | 0.49 |
| Hex | 5A | 1A | DF | 3C | 58 | 0 | D | 103 | 4F | 31 |
| Octal | 132 | 32 | 337 | 74 | 130 | 0 | 15 | 403 | 117 | 61 |
| Binary | 1011010 | 11010 | 11011111 | 111100 | 1011000 | 0 | 1101 | 100000011 | 1001111 | 110001 |
Color Harmonies of #5A1ADF
Complementary color
Monochromatic Colors of #5A1ADF
Black with #5A1ADF
Text Example
Text Example
White with #5A1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1ADF; }
p { color: rgb(90,26,223); }
H1.HeaderClassName
{
color: #5A1ADF;
}
.AnyTagClassName
{
color: #5A1ADF;
}
</style>
background-color css
<style>
a { background-color: #5A1ADF; }
a { background-color: rgb(90,26,223); }
div.DivClassName
{
background-color: #5A1ADF;
}
.BgClassName
{
background-color: #5A1ADF;
}
</style>
border-color css
<style>
span { border-color: #5A1ADF; }
span { border-color: rgb(90,26,223); }
td.TdClassName
{
border-color: #5A1ADF;
}
.TagClassName
{
border-color: #5A1ADF;
}
</style>