Shades of Han Purple #5918FB
Tints of Han Purple #5918FB
RGB
CMYK
RGB Variations
Color information
#5918FB (or 0x5918FB) is known color: Han Purple. HEX triplet: 59, 18 and FB. RGB value is (89,24,251). Sum of RGB (Red+Green+Blue) = 89+24+251=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #5918FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5918FB is #A6E704. Grayscale: #444444. Windows color (decimal): -10938117 or 16455769. OLE color: 16455769.
HSL color Cylindrical-coordinate representation of color #5918FB: hue angle of 257.18º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5918FB is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 24 | 251 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.02 |
| HSL | 257.18º | 0.97% | 0.54% | - |
| HSV(B) | 257.18º | 0.9% | 0.98% | - |
| XYZ | 21.86 | 9.74 | 92 | - |
| YUV | 69.31 | 230.53 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 251 | 0.65 | 0.90 | 0 | 0.02 | 257.18 | 0.97 | 0.54 |
| Hex | 59 | 18 | FB | 41 | 5A | 0 | 2 | 101 | 61 | 36 |
| Octal | 131 | 30 | 373 | 101 | 132 | 0 | 2 | 401 | 141 | 66 |
| Binary | 1011001 | 11000 | 11111011 | 1000001 | 1011010 | 0 | 10 | 100000001 | 1100001 | 110110 |
Color Harmonies of #5918FB
Complementary color
Monochromatic Colors of #5918FB
Black with #5918FB
Text Example
Text Example
White with #5918FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5918FB; }
p { color: rgb(89,24,251); }
H1.HeaderClassName
{
color: #5918FB;
}
.AnyTagClassName
{
color: #5918FB;
}
</style>
background-color css
<style>
a { background-color: #5918FB; }
a { background-color: rgb(89,24,251); }
div.DivClassName
{
background-color: #5918FB;
}
.BgClassName
{
background-color: #5918FB;
}
</style>
border-color css
<style>
span { border-color: #5918FB; }
span { border-color: rgb(89,24,251); }
td.TdClassName
{
border-color: #5918FB;
}
.TagClassName
{
border-color: #5918FB;
}
</style>