Shades of Han Purple #592BFB
Tints of Han Purple #592BFB
RGB
CMYK
RGB Variations
Color information
#592BFB (or 0x592BFB) is known color: Han Purple. HEX triplet: 59, 2B and FB. RGB value is (89,43,251). Sum of RGB (Red+Green+Blue) = 89+43+251=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #592BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592BFB is #A6D404. Grayscale: #4F4F4F. Windows color (decimal): -10933253 or 16460633. OLE color: 16460633.
HSL color Cylindrical-coordinate representation of color #592BFB: hue angle of 253.27º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592BFB is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 43 | 251 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.02 |
| HSL | 253.27º | 0.96% | 0.58% | - |
| HSV(B) | 253.27º | 0.83% | 0.98% | - |
| XYZ | 22.4 | 10.82 | 92.17 | - |
| YUV | 80.47 | 224.24 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 251 | 0.65 | 0.83 | 0 | 0.02 | 253.27 | 0.96 | 0.58 |
| Hex | 59 | 2B | FB | 41 | 53 | 0 | 2 | FD | 60 | 3A |
| Octal | 131 | 53 | 373 | 101 | 123 | 0 | 2 | 375 | 140 | 72 |
| Binary | 1011001 | 101011 | 11111011 | 1000001 | 1010011 | 0 | 10 | 11111101 | 1100000 | 111010 |
Color Harmonies of #592BFB
Complementary color
Monochromatic Colors of #592BFB
Black with #592BFB
Text Example
Text Example
White with #592BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BFB; }
p { color: rgb(89,43,251); }
H1.HeaderClassName
{
color: #592BFB;
}
.AnyTagClassName
{
color: #592BFB;
}
</style>
background-color css
<style>
a { background-color: #592BFB; }
a { background-color: rgb(89,43,251); }
div.DivClassName
{
background-color: #592BFB;
}
.BgClassName
{
background-color: #592BFB;
}
</style>
border-color css
<style>
span { border-color: #592BFB; }
span { border-color: rgb(89,43,251); }
td.TdClassName
{
border-color: #592BFB;
}
.TagClassName
{
border-color: #592BFB;
}
</style>