Shades of Han Purple #592DF5
Tints of Han Purple #592DF5
RGB
CMYK
RGB Variations
Color information
#592DF5 (or 0x592DF5) is known color: Han Purple. HEX triplet: 59, 2D and F5. RGB value is (89,45,245). Sum of RGB (Red+Green+Blue) = 89+45+245=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 245 (96.09% from 255 or 64.64% from 379); Max value from RGB is 245 - color contains mainly: blue. Hex color #592DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592DF5 is #A6D20A. Grayscale: #505050. Windows color (decimal): -10932747 or 16067929. OLE color: 16067929.
HSL color Cylindrical-coordinate representation of color #592DF5: hue angle of 253.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592DF5 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 45 | 245 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.04 |
| HSL | 253.2º | 0.91% | 0.57% | - |
| HSV(B) | 253.2º | 0.82% | 0.96% | - |
| XYZ | 21.54 | 10.59 | 87.3 | - |
| YUV | 80.96 | 220.58 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 245 | 0.64 | 0.82 | 0 | 0.04 | 253.2 | 0.91 | 0.57 |
| Hex | 59 | 2D | F5 | 40 | 52 | 0 | 4 | FD | 5B | 39 |
| Octal | 131 | 55 | 365 | 100 | 122 | 0 | 4 | 375 | 133 | 71 |
| Binary | 1011001 | 101101 | 11110101 | 1000000 | 1010010 | 0 | 100 | 11111101 | 1011011 | 111001 |
Color Harmonies of #592DF5
Complementary color
Monochromatic Colors of #592DF5
Black with #592DF5
Text Example
Text Example
White with #592DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DF5; }
p { color: rgb(89,45,245); }
H1.HeaderClassName
{
color: #592DF5;
}
.AnyTagClassName
{
color: #592DF5;
}
</style>
background-color css
<style>
a { background-color: #592DF5; }
a { background-color: rgb(89,45,245); }
div.DivClassName
{
background-color: #592DF5;
}
.BgClassName
{
background-color: #592DF5;
}
</style>
border-color css
<style>
span { border-color: #592DF5; }
span { border-color: rgb(89,45,245); }
td.TdClassName
{
border-color: #592DF5;
}
.TagClassName
{
border-color: #592DF5;
}
</style>