Shades of Han Purple #592DFB
Tints of Han Purple #592DFB
RGB
CMYK
RGB Variations
Color information
#592DFB (or 0x592DFB) is known color: Han Purple. HEX triplet: 59, 2D and FB. RGB value is (89,45,251). Sum of RGB (Red+Green+Blue) = 89+45+251=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #592DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592DFB is #A6D204. Grayscale: #505050. Windows color (decimal): -10932741 or 16461145. OLE color: 16461145.
HSL color Cylindrical-coordinate representation of color #592DFB: hue angle of 252.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592DFB is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 45 | 251 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.02 |
| HSL | 252.82º | 0.96% | 0.58% | - |
| HSV(B) | 252.82º | 0.82% | 0.98% | - |
| XYZ | 22.47 | 10.97 | 92.2 | - |
| YUV | 81.64 | 223.58 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 251 | 0.65 | 0.82 | 0 | 0.02 | 252.82 | 0.96 | 0.58 |
| Hex | 59 | 2D | FB | 41 | 52 | 0 | 2 | FD | 60 | 3A |
| Octal | 131 | 55 | 373 | 101 | 122 | 0 | 2 | 375 | 140 | 72 |
| Binary | 1011001 | 101101 | 11111011 | 1000001 | 1010010 | 0 | 10 | 11111101 | 1100000 | 111010 |
Color Harmonies of #592DFB
Complementary color
Monochromatic Colors of #592DFB
Black with #592DFB
Text Example
Text Example
White with #592DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DFB; }
p { color: rgb(89,45,251); }
H1.HeaderClassName
{
color: #592DFB;
}
.AnyTagClassName
{
color: #592DFB;
}
</style>
background-color css
<style>
a { background-color: #592DFB; }
a { background-color: rgb(89,45,251); }
div.DivClassName
{
background-color: #592DFB;
}
.BgClassName
{
background-color: #592DFB;
}
</style>
border-color css
<style>
span { border-color: #592DFB; }
span { border-color: rgb(89,45,251); }
td.TdClassName
{
border-color: #592DFB;
}
.TagClassName
{
border-color: #592DFB;
}
</style>