Shades of Han Purple #5931FF
Tints of Han Purple #5931FF
RGB
CMYK
RGB Variations
Color information
#5931FF (or 0x5931FF) is known color: Han Purple. HEX triplet: 59, 31 and FF. RGB value is (89,49,255). Sum of RGB (Red+Green+Blue) = 89+49+255=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #5931FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5931FF is #A6CE00. Grayscale: #535353. Windows color (decimal): -10931713 or 16724313. OLE color: 16724313.
HSL color Cylindrical-coordinate representation of color #5931FF: hue angle of 251.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5931FF is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 49 | 255 | - |
| CMYK | 0.65 | 0.81 | 0 | 0 |
| HSL | 251.65º | 1% | 0.6% | - |
| HSV(B) | 251.65º | 0.81% | 1% | - |
| XYZ | 23.27 | 11.54 | 95.61 | - |
| YUV | 84.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 255 | 0.65 | 0.81 | 0 | 0 | 251.65 | 1 | 0.6 |
| Hex | 59 | 31 | FF | 41 | 51 | 0 | 0 | FC | 64 | 3C |
| Octal | 131 | 61 | 377 | 101 | 121 | 0 | 0 | 374 | 144 | 74 |
| Binary | 1011001 | 110001 | 11111111 | 1000001 | 1010001 | 0 | 0 | 11111100 | 1100100 | 111100 |
Color Harmonies of #5931FF
Complementary color
Monochromatic Colors of #5931FF
Black with #5931FF
Text Example
Text Example
White with #5931FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5931FF; }
p { color: rgb(89,49,255); }
H1.HeaderClassName
{
color: #5931FF;
}
.AnyTagClassName
{
color: #5931FF;
}
</style>
background-color css
<style>
a { background-color: #5931FF; }
a { background-color: rgb(89,49,255); }
div.DivClassName
{
background-color: #5931FF;
}
.BgClassName
{
background-color: #5931FF;
}
</style>
border-color css
<style>
span { border-color: #5931FF; }
span { border-color: rgb(89,49,255); }
td.TdClassName
{
border-color: #5931FF;
}
.TagClassName
{
border-color: #5931FF;
}
</style>