Shades of Han Purple #592FFD
Tints of Han Purple #592FFD
RGB
CMYK
RGB Variations
Color information
#592FFD (or 0x592FFD) is known color: Han Purple. HEX triplet: 59, 2F and FD. RGB value is (89,47,253). Sum of RGB (Red+Green+Blue) = 89+47+253=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #592FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592FFD is #A6D002. Grayscale: #525252. Windows color (decimal): -10932227 or 16592729. OLE color: 16592729.
HSL color Cylindrical-coordinate representation of color #592FFD: hue angle of 252.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592FFD is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 47 | 253 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.01 |
| HSL | 252.23º | 0.98% | 0.59% | - |
| HSV(B) | 252.23º | 0.81% | 0.99% | - |
| XYZ | 22.87 | 11.25 | 93.89 | - |
| YUV | 83.04 | 223.91 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 253 | 0.65 | 0.81 | 0 | 0.01 | 252.23 | 0.98 | 0.59 |
| Hex | 59 | 2F | FD | 41 | 51 | 0 | 1 | FC | 62 | 3B |
| Octal | 131 | 57 | 375 | 101 | 121 | 0 | 1 | 374 | 142 | 73 |
| Binary | 1011001 | 101111 | 11111101 | 1000001 | 1010001 | 0 | 1 | 11111100 | 1100010 | 111011 |
Color Harmonies of #592FFD
Complementary color
Monochromatic Colors of #592FFD
Black with #592FFD
Text Example
Text Example
White with #592FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FFD; }
p { color: rgb(89,47,253); }
H1.HeaderClassName
{
color: #592FFD;
}
.AnyTagClassName
{
color: #592FFD;
}
</style>
background-color css
<style>
a { background-color: #592FFD; }
a { background-color: rgb(89,47,253); }
div.DivClassName
{
background-color: #592FFD;
}
.BgClassName
{
background-color: #592FFD;
}
</style>
border-color css
<style>
span { border-color: #592FFD; }
span { border-color: rgb(89,47,253); }
td.TdClassName
{
border-color: #592FFD;
}
.TagClassName
{
border-color: #592FFD;
}
</style>