Shades of Han Purple #5930FA
Tints of Han Purple #5930FA
RGB
CMYK
RGB Variations
Color information
#5930FA (or 0x5930FA) is known color: Han Purple. HEX triplet: 59, 30 and FA. RGB value is (89,48,250). Sum of RGB (Red+Green+Blue) = 89+48+250=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #5930FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5930FA is #A6CF05. Grayscale: #525252. Windows color (decimal): -10931974 or 16396377. OLE color: 16396377.
HSL color Cylindrical-coordinate representation of color #5930FA: hue angle of 252.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5930FA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 48 | 250 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.02 |
| HSL | 252.18º | 0.95% | 0.58% | - |
| HSV(B) | 252.18º | 0.81% | 0.98% | - |
| XYZ | 22.43 | 11.14 | 91.41 | - |
| YUV | 83.29 | 222.08 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 250 | 0.64 | 0.81 | 0 | 0.02 | 252.18 | 0.95 | 0.58 |
| Hex | 59 | 30 | FA | 40 | 51 | 0 | 2 | FC | 5F | 3A |
| Octal | 131 | 60 | 372 | 100 | 121 | 0 | 2 | 374 | 137 | 72 |
| Binary | 1011001 | 110000 | 11111010 | 1000000 | 1010001 | 0 | 10 | 11111100 | 1011111 | 111010 |
Color Harmonies of #5930FA
Complementary color
Monochromatic Colors of #5930FA
Black with #5930FA
Text Example
Text Example
White with #5930FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5930FA; }
p { color: rgb(89,48,250); }
H1.HeaderClassName
{
color: #5930FA;
}
.AnyTagClassName
{
color: #5930FA;
}
</style>
background-color css
<style>
a { background-color: #5930FA; }
a { background-color: rgb(89,48,250); }
div.DivClassName
{
background-color: #5930FA;
}
.BgClassName
{
background-color: #5930FA;
}
</style>
border-color css
<style>
span { border-color: #5930FA; }
span { border-color: rgb(89,48,250); }
td.TdClassName
{
border-color: #5930FA;
}
.TagClassName
{
border-color: #5930FA;
}
</style>