Shades of Han Purple #592BFA
Tints of Han Purple #592BFA
RGB
CMYK
RGB Variations
Color information
#592BFA (or 0x592BFA) is known color: Han Purple. HEX triplet: 59, 2B and FA. RGB value is (89,43,250). Sum of RGB (Red+Green+Blue) = 89+43+250=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #592BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592BFA is #A6D405. Grayscale: #4F4F4F. Windows color (decimal): -10933254 or 16395097. OLE color: 16395097.
HSL color Cylindrical-coordinate representation of color #592BFA: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592BFA is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 43 | 250 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.02 |
| HSL | 253.33º | 0.95% | 0.57% | - |
| HSV(B) | 253.33º | 0.83% | 0.98% | - |
| XYZ | 22.24 | 10.75 | 91.35 | - |
| YUV | 80.35 | 223.74 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 250 | 0.64 | 0.83 | 0 | 0.02 | 253.33 | 0.95 | 0.57 |
| Hex | 59 | 2B | FA | 40 | 53 | 0 | 2 | FD | 5F | 39 |
| Octal | 131 | 53 | 372 | 100 | 123 | 0 | 2 | 375 | 137 | 71 |
| Binary | 1011001 | 101011 | 11111010 | 1000000 | 1010011 | 0 | 10 | 11111101 | 1011111 | 111001 |
Color Harmonies of #592BFA
Complementary color
Monochromatic Colors of #592BFA
Black with #592BFA
Text Example
Text Example
White with #592BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BFA; }
p { color: rgb(89,43,250); }
H1.HeaderClassName
{
color: #592BFA;
}
.AnyTagClassName
{
color: #592BFA;
}
</style>
background-color css
<style>
a { background-color: #592BFA; }
a { background-color: rgb(89,43,250); }
div.DivClassName
{
background-color: #592BFA;
}
.BgClassName
{
background-color: #592BFA;
}
</style>
border-color css
<style>
span { border-color: #592BFA; }
span { border-color: rgb(89,43,250); }
td.TdClassName
{
border-color: #592BFA;
}
.TagClassName
{
border-color: #592BFA;
}
</style>