Shades of Han Purple #5A21DF
Tints of Han Purple #5A21DF
RGB
CMYK
RGB Variations
Color information
#5A21DF (or 0x5A21DF) is known color: Han Purple. HEX triplet: 5A, 21 and DF. RGB value is (90,33,223). Sum of RGB (Red+Green+Blue) = 90+33+223=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A21DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A21DF is #A5DE20. Grayscale: #474747. Windows color (decimal): -10870305 or 14623066. OLE color: 14623066.
HSL color Cylindrical-coordinate representation of color #5A21DF: hue angle of 258º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A21DF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 33 | 223 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.13 |
| HSL | 258º | 0.75% | 0.5% | - |
| HSV(B) | 258º | 0.85% | 0.87% | - |
| XYZ | 18.08 | 8.59 | 70.52 | - |
| YUV | 71.7 | 213.38 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 223 | 0.60 | 0.85 | 0 | 0.13 | 258 | 0.75 | 0.5 |
| Hex | 5A | 21 | DF | 3C | 55 | 0 | D | 102 | 4B | 32 |
| Octal | 132 | 41 | 337 | 74 | 125 | 0 | 15 | 402 | 113 | 62 |
| Binary | 1011010 | 100001 | 11011111 | 111100 | 1010101 | 0 | 1101 | 100000010 | 1001011 | 110010 |
Color Harmonies of #5A21DF
Complementary color
Monochromatic Colors of #5A21DF
Black with #5A21DF
Text Example
Text Example
White with #5A21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A21DF; }
p { color: rgb(90,33,223); }
H1.HeaderClassName
{
color: #5A21DF;
}
.AnyTagClassName
{
color: #5A21DF;
}
</style>
background-color css
<style>
a { background-color: #5A21DF; }
a { background-color: rgb(90,33,223); }
div.DivClassName
{
background-color: #5A21DF;
}
.BgClassName
{
background-color: #5A21DF;
}
</style>
border-color css
<style>
span { border-color: #5A21DF; }
span { border-color: rgb(90,33,223); }
td.TdClassName
{
border-color: #5A21DF;
}
.TagClassName
{
border-color: #5A21DF;
}
</style>