Shades of Han Purple #592BF6
Tints of Han Purple #592BF6
RGB
CMYK
RGB Variations
Color information
#592BF6 (or 0x592BF6) is known color: Han Purple. HEX triplet: 59, 2B and F6. RGB value is (89,43,246). Sum of RGB (Red+Green+Blue) = 89+43+246=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 246 (96.48% from 255 or 65.08% from 378); Max value from RGB is 246 - color contains mainly: blue. Hex color #592BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592BF6 is #A6D409. Grayscale: #4F4F4F. Windows color (decimal): -10933258 or 16132953. OLE color: 16132953.
HSL color Cylindrical-coordinate representation of color #592BF6: hue angle of 253.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592BF6 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 43 | 246 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.04 |
| HSL | 253.6º | 0.92% | 0.57% | - |
| HSV(B) | 253.6º | 0.83% | 0.96% | - |
| XYZ | 21.62 | 10.51 | 88.08 | - |
| YUV | 79.9 | 221.74 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 246 | 0.64 | 0.83 | 0 | 0.04 | 253.6 | 0.92 | 0.57 |
| Hex | 59 | 2B | F6 | 40 | 53 | 0 | 4 | FE | 5C | 39 |
| Octal | 131 | 53 | 366 | 100 | 123 | 0 | 4 | 376 | 134 | 71 |
| Binary | 1011001 | 101011 | 11110110 | 1000000 | 1010011 | 0 | 100 | 11111110 | 1011100 | 111001 |
Color Harmonies of #592BF6
Complementary color
Monochromatic Colors of #592BF6
Black with #592BF6
Text Example
Text Example
White with #592BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BF6; }
p { color: rgb(89,43,246); }
H1.HeaderClassName
{
color: #592BF6;
}
.AnyTagClassName
{
color: #592BF6;
}
</style>
background-color css
<style>
a { background-color: #592BF6; }
a { background-color: rgb(89,43,246); }
div.DivClassName
{
background-color: #592BF6;
}
.BgClassName
{
background-color: #592BF6;
}
</style>
border-color css
<style>
span { border-color: #592BF6; }
span { border-color: rgb(89,43,246); }
td.TdClassName
{
border-color: #592BF6;
}
.TagClassName
{
border-color: #592BF6;
}
</style>