Shades of Han Purple #5911FB
Tints of Han Purple #5911FB
RGB
CMYK
RGB Variations
Color information
#5911FB (or 0x5911FB) is known color: Han Purple. HEX triplet: 59, 11 and FB. RGB value is (89,17,251). Sum of RGB (Red+Green+Blue) = 89+17+251=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #5911FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5911FB is #A6EE04. Grayscale: #404040. Windows color (decimal): -10939909 or 16453977. OLE color: 16453977.
HSL color Cylindrical-coordinate representation of color #5911FB: hue angle of 258.46º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5911FB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 17 | 251 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.02 |
| HSL | 258.46º | 0.97% | 0.53% | - |
| HSV(B) | 258.46º | 0.93% | 0.98% | - |
| XYZ | 21.73 | 9.49 | 91.95 | - |
| YUV | 65.2 | 232.85 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 251 | 0.65 | 0.93 | 0 | 0.02 | 258.46 | 0.97 | 0.53 |
| Hex | 59 | 11 | FB | 41 | 5D | 0 | 2 | 102 | 61 | 35 |
| Octal | 131 | 21 | 373 | 101 | 135 | 0 | 2 | 402 | 141 | 65 |
| Binary | 1011001 | 10001 | 11111011 | 1000001 | 1011101 | 0 | 10 | 100000010 | 1100001 | 110101 |
Color Harmonies of #5911FB
Complementary color
Monochromatic Colors of #5911FB
Black with #5911FB
Text Example
Text Example
White with #5911FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5911FB; }
p { color: rgb(89,17,251); }
H1.HeaderClassName
{
color: #5911FB;
}
.AnyTagClassName
{
color: #5911FB;
}
</style>
background-color css
<style>
a { background-color: #5911FB; }
a { background-color: rgb(89,17,251); }
div.DivClassName
{
background-color: #5911FB;
}
.BgClassName
{
background-color: #5911FB;
}
</style>
border-color css
<style>
span { border-color: #5911FB; }
span { border-color: rgb(89,17,251); }
td.TdClassName
{
border-color: #5911FB;
}
.TagClassName
{
border-color: #5911FB;
}
</style>