Shades of Han Purple #5A21FF
Tints of Han Purple #5A21FF
RGB
CMYK
RGB Variations
Color information
#5A21FF (or 0x5A21FF) is known color: Han Purple. HEX triplet: 5A, 21 and FF. RGB value is (90,33,255). Sum of RGB (Red+Green+Blue) = 90+33+255=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A21FF is #A5DE00. Grayscale: #4A4A4A. Windows color (decimal): -10870273 or 16720218. OLE color: 16720218.
HSL color Cylindrical-coordinate representation of color #5A21FF: hue angle of 255.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A21FF is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 33 | 255 | - |
| CMYK | 0.65 | 0.87 | 0 | 0 |
| HSL | 255.41º | 1% | 0.56% | - |
| HSV(B) | 255.41º | 0.87% | 1% | - |
| XYZ | 22.81 | 10.48 | 95.43 | - |
| YUV | 75.35 | 229.38 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 255 | 0.65 | 0.87 | 0 | 0 | 255.41 | 1 | 0.56 |
| Hex | 5A | 21 | FF | 41 | 57 | 0 | 0 | FF | 64 | 38 |
| Octal | 132 | 41 | 377 | 101 | 127 | 0 | 0 | 377 | 144 | 70 |
| Binary | 1011010 | 100001 | 11111111 | 1000001 | 1010111 | 0 | 0 | 11111111 | 1100100 | 111000 |
Color Harmonies of #5A21FF
Complementary color
Monochromatic Colors of #5A21FF
Black with #5A21FF
Text Example
Text Example
White with #5A21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A21FF; }
p { color: rgb(90,33,255); }
H1.HeaderClassName
{
color: #5A21FF;
}
.AnyTagClassName
{
color: #5A21FF;
}
</style>
background-color css
<style>
a { background-color: #5A21FF; }
a { background-color: rgb(90,33,255); }
div.DivClassName
{
background-color: #5A21FF;
}
.BgClassName
{
background-color: #5A21FF;
}
</style>
border-color css
<style>
span { border-color: #5A21FF; }
span { border-color: rgb(90,33,255); }
td.TdClassName
{
border-color: #5A21FF;
}
.TagClassName
{
border-color: #5A21FF;
}
</style>