Shades of Han Purple #5921FA
Tints of Han Purple #5921FA
RGB
CMYK
RGB Variations
Color information
#5921FA (or 0x5921FA) is known color: Han Purple. HEX triplet: 59, 21 and FA. RGB value is (89,33,250). Sum of RGB (Red+Green+Blue) = 89+33+250=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #5921FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5921FA is #A6DE05. Grayscale: #494949. Windows color (decimal): -10935814 or 16392537. OLE color: 16392537.
HSL color Cylindrical-coordinate representation of color #5921FA: hue angle of 255.48º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5921FA is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 33 | 250 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.02 |
| HSL | 255.48º | 0.96% | 0.55% | - |
| HSV(B) | 255.48º | 0.87% | 0.98% | - |
| XYZ | 21.92 | 10.11 | 91.24 | - |
| YUV | 74.48 | 227.05 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 250 | 0.64 | 0.87 | 0 | 0.02 | 255.48 | 0.96 | 0.55 |
| Hex | 59 | 21 | FA | 40 | 57 | 0 | 2 | FF | 60 | 37 |
| Octal | 131 | 41 | 372 | 100 | 127 | 0 | 2 | 377 | 140 | 67 |
| Binary | 1011001 | 100001 | 11111010 | 1000000 | 1010111 | 0 | 10 | 11111111 | 1100000 | 110111 |
Color Harmonies of #5921FA
Complementary color
Monochromatic Colors of #5921FA
Black with #5921FA
Text Example
Text Example
White with #5921FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921FA; }
p { color: rgb(89,33,250); }
H1.HeaderClassName
{
color: #5921FA;
}
.AnyTagClassName
{
color: #5921FA;
}
</style>
background-color css
<style>
a { background-color: #5921FA; }
a { background-color: rgb(89,33,250); }
div.DivClassName
{
background-color: #5921FA;
}
.BgClassName
{
background-color: #5921FA;
}
</style>
border-color css
<style>
span { border-color: #5921FA; }
span { border-color: rgb(89,33,250); }
td.TdClassName
{
border-color: #5921FA;
}
.TagClassName
{
border-color: #5921FA;
}
</style>