Shades of Han Purple #5930FE
Tints of Han Purple #5930FE
RGB
CMYK
RGB Variations
Color information
#5930FE (or 0x5930FE) is known color: Han Purple. HEX triplet: 59, 30 and FE. RGB value is (89,48,254). Sum of RGB (Red+Green+Blue) = 89+48+254=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #5930FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5930FE is #A6CF01. Grayscale: #525252. Windows color (decimal): -10931970 or 16658521. OLE color: 16658521.
HSL color Cylindrical-coordinate representation of color #5930FE: hue angle of 251.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5930FE is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 48 | 254 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.00 |
| HSL | 251.94º | 0.99% | 0.59% | - |
| HSV(B) | 251.94º | 0.81% | 1% | - |
| XYZ | 23.07 | 11.39 | 94.75 | - |
| YUV | 83.74 | 224.08 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 254 | 0.65 | 0.81 | 0 | 0.00 | 251.94 | 0.99 | 0.59 |
| Hex | 59 | 30 | FE | 41 | 51 | 0 | 0 | FC | 63 | 3B |
| Octal | 131 | 60 | 376 | 101 | 121 | 0 | 0 | 374 | 143 | 73 |
| Binary | 1011001 | 110000 | 11111110 | 1000001 | 1010001 | 0 | 0 | 11111100 | 1100011 | 111011 |
Color Harmonies of #5930FE
Complementary color
Monochromatic Colors of #5930FE
Black with #5930FE
Text Example
Text Example
White with #5930FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5930FE; }
p { color: rgb(89,48,254); }
H1.HeaderClassName
{
color: #5930FE;
}
.AnyTagClassName
{
color: #5930FE;
}
</style>
background-color css
<style>
a { background-color: #5930FE; }
a { background-color: rgb(89,48,254); }
div.DivClassName
{
background-color: #5930FE;
}
.BgClassName
{
background-color: #5930FE;
}
</style>
border-color css
<style>
span { border-color: #5930FE; }
span { border-color: rgb(89,48,254); }
td.TdClassName
{
border-color: #5930FE;
}
.TagClassName
{
border-color: #5930FE;
}
</style>