Shades of Han Purple #592BFE
Tints of Han Purple #592BFE
RGB
CMYK
RGB Variations
Color information
#592BFE (or 0x592BFE) is known color: Han Purple. HEX triplet: 59, 2B and FE. RGB value is (89,43,254). Sum of RGB (Red+Green+Blue) = 89+43+254=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #592BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592BFE is #A6D401. Grayscale: #505050. Windows color (decimal): -10933250 or 16657241. OLE color: 16657241.
HSL color Cylindrical-coordinate representation of color #592BFE: hue angle of 253.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592BFE is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 43 | 254 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.00 |
| HSL | 253.08º | 0.99% | 0.58% | - |
| HSV(B) | 253.08º | 0.83% | 1% | - |
| XYZ | 22.87 | 11.01 | 94.69 | - |
| YUV | 80.81 | 225.74 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 254 | 0.65 | 0.83 | 0 | 0.00 | 253.08 | 0.99 | 0.58 |
| Hex | 59 | 2B | FE | 41 | 53 | 0 | 0 | FD | 63 | 3A |
| Octal | 131 | 53 | 376 | 101 | 123 | 0 | 0 | 375 | 143 | 72 |
| Binary | 1011001 | 101011 | 11111110 | 1000001 | 1010011 | 0 | 0 | 11111101 | 1100011 | 111010 |
Color Harmonies of #592BFE
Complementary color
Monochromatic Colors of #592BFE
Black with #592BFE
Text Example
Text Example
White with #592BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BFE; }
p { color: rgb(89,43,254); }
H1.HeaderClassName
{
color: #592BFE;
}
.AnyTagClassName
{
color: #592BFE;
}
</style>
background-color css
<style>
a { background-color: #592BFE; }
a { background-color: rgb(89,43,254); }
div.DivClassName
{
background-color: #592BFE;
}
.BgClassName
{
background-color: #592BFE;
}
</style>
border-color css
<style>
span { border-color: #592BFE; }
span { border-color: rgb(89,43,254); }
td.TdClassName
{
border-color: #592BFE;
}
.TagClassName
{
border-color: #592BFE;
}
</style>