Shades of Han Purple #5912FB
Tints of Han Purple #5912FB
RGB
CMYK
RGB Variations
Color information
#5912FB (or 0x5912FB) is known color: Han Purple. HEX triplet: 59, 12 and FB. RGB value is (89,18,251). Sum of RGB (Red+Green+Blue) = 89+18+251=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #5912FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5912FB is #A6ED04. Grayscale: #404040. Windows color (decimal): -10939653 or 16454233. OLE color: 16454233.
HSL color Cylindrical-coordinate representation of color #5912FB: hue angle of 258.28º 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 #5912FB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 18 | 251 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.02 |
| HSL | 258.28º | 0.97% | 0.53% | - |
| HSV(B) | 258.28º | 0.93% | 0.98% | - |
| XYZ | 21.75 | 9.52 | 91.96 | - |
| YUV | 65.79 | 232.52 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 251 | 0.65 | 0.93 | 0 | 0.02 | 258.28 | 0.97 | 0.53 |
| Hex | 59 | 12 | FB | 41 | 5D | 0 | 2 | 102 | 61 | 35 |
| Octal | 131 | 22 | 373 | 101 | 135 | 0 | 2 | 402 | 141 | 65 |
| Binary | 1011001 | 10010 | 11111011 | 1000001 | 1011101 | 0 | 10 | 100000010 | 1100001 | 110101 |
Color Harmonies of #5912FB
Complementary color
Monochromatic Colors of #5912FB
Black with #5912FB
Text Example
Text Example
White with #5912FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5912FB; }
p { color: rgb(89,18,251); }
H1.HeaderClassName
{
color: #5912FB;
}
.AnyTagClassName
{
color: #5912FB;
}
</style>
background-color css
<style>
a { background-color: #5912FB; }
a { background-color: rgb(89,18,251); }
div.DivClassName
{
background-color: #5912FB;
}
.BgClassName
{
background-color: #5912FB;
}
</style>
border-color css
<style>
span { border-color: #5912FB; }
span { border-color: rgb(89,18,251); }
td.TdClassName
{
border-color: #5912FB;
}
.TagClassName
{
border-color: #5912FB;
}
</style>