Shades of Han Purple #5916FD
Tints of Han Purple #5916FD
RGB
CMYK
RGB Variations
Color information
#5916FD (or 0x5916FD) is known color: Han Purple. HEX triplet: 59, 16 and FD. RGB value is (89,22,253). Sum of RGB (Red+Green+Blue) = 89+22+253=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #5916FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5916FD is #A6E902. Grayscale: #434343. Windows color (decimal): -10938627 or 16586329. OLE color: 16586329.
HSL color Cylindrical-coordinate representation of color #5916FD: hue angle of 257.4º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5916FD is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 22 | 253 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.01 |
| HSL | 257.4º | 0.98% | 0.54% | - |
| HSV(B) | 257.4º | 0.91% | 0.99% | - |
| XYZ | 22.14 | 9.79 | 93.65 | - |
| YUV | 68.37 | 232.2 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 253 | 0.65 | 0.91 | 0 | 0.01 | 257.4 | 0.98 | 0.54 |
| Hex | 59 | 16 | FD | 41 | 5B | 0 | 1 | 101 | 62 | 36 |
| Octal | 131 | 26 | 375 | 101 | 133 | 0 | 1 | 401 | 142 | 66 |
| Binary | 1011001 | 10110 | 11111101 | 1000001 | 1011011 | 0 | 1 | 100000001 | 1100010 | 110110 |
Color Harmonies of #5916FD
Complementary color
Monochromatic Colors of #5916FD
Black with #5916FD
Text Example
Text Example
White with #5916FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916FD; }
p { color: rgb(89,22,253); }
H1.HeaderClassName
{
color: #5916FD;
}
.AnyTagClassName
{
color: #5916FD;
}
</style>
background-color css
<style>
a { background-color: #5916FD; }
a { background-color: rgb(89,22,253); }
div.DivClassName
{
background-color: #5916FD;
}
.BgClassName
{
background-color: #5916FD;
}
</style>
border-color css
<style>
span { border-color: #5916FD; }
span { border-color: rgb(89,22,253); }
td.TdClassName
{
border-color: #5916FD;
}
.TagClassName
{
border-color: #5916FD;
}
</style>