Shades of Han Purple #592EF1
Tints of Han Purple #592EF1
RGB
CMYK
RGB Variations
Color information
#592EF1 (or 0x592EF1) is known color: Han Purple. HEX triplet: 59, 2E and F1. RGB value is (89,46,241). Sum of RGB (Red+Green+Blue) = 89+46+241=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #592EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592EF1 is #A6D10E. Grayscale: #505050. Windows color (decimal): -10932495 or 15806041. OLE color: 15806041.
HSL color Cylindrical-coordinate representation of color #592EF1: hue angle of 253.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592EF1 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 46 | 241 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.05 |
| HSL | 253.23º | 0.87% | 0.56% | - |
| HSV(B) | 253.23º | 0.81% | 0.95% | - |
| XYZ | 20.97 | 10.43 | 84.13 | - |
| YUV | 81.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 241 | 0.63 | 0.81 | 0 | 0.05 | 253.23 | 0.87 | 0.56 |
| Hex | 59 | 2E | F1 | 3F | 51 | 0 | 5 | FD | 57 | 38 |
| Octal | 131 | 56 | 361 | 77 | 121 | 0 | 5 | 375 | 127 | 70 |
| Binary | 1011001 | 101110 | 11110001 | 111111 | 1010001 | 0 | 101 | 11111101 | 1010111 | 111000 |
Color Harmonies of #592EF1
Complementary color
Monochromatic Colors of #592EF1
Black with #592EF1
Text Example
Text Example
White with #592EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EF1; }
p { color: rgb(89,46,241); }
H1.HeaderClassName
{
color: #592EF1;
}
.AnyTagClassName
{
color: #592EF1;
}
</style>
background-color css
<style>
a { background-color: #592EF1; }
a { background-color: rgb(89,46,241); }
div.DivClassName
{
background-color: #592EF1;
}
.BgClassName
{
background-color: #592EF1;
}
</style>
border-color css
<style>
span { border-color: #592EF1; }
span { border-color: rgb(89,46,241); }
td.TdClassName
{
border-color: #592EF1;
}
.TagClassName
{
border-color: #592EF1;
}
</style>