Shades of Han Purple #592BFC
Tints of Han Purple #592BFC
RGB
CMYK
RGB Variations
Color information
#592BFC (or 0x592BFC) is known color: Han Purple. HEX triplet: 59, 2B and FC. RGB value is (89,43,252). Sum of RGB (Red+Green+Blue) = 89+43+252=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #592BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592BFC is #A6D403. Grayscale: #4F4F4F. Windows color (decimal): -10933252 or 16526169. OLE color: 16526169.
HSL color Cylindrical-coordinate representation of color #592BFC: hue angle of 253.21º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592BFC is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 43 | 252 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.01 |
| HSL | 253.21º | 0.97% | 0.58% | - |
| HSV(B) | 253.21º | 0.83% | 0.99% | - |
| XYZ | 22.55 | 10.88 | 93.01 | - |
| YUV | 80.58 | 224.74 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 252 | 0.65 | 0.83 | 0 | 0.01 | 253.21 | 0.97 | 0.58 |
| Hex | 59 | 2B | FC | 41 | 53 | 0 | 1 | FD | 61 | 3A |
| Octal | 131 | 53 | 374 | 101 | 123 | 0 | 1 | 375 | 141 | 72 |
| Binary | 1011001 | 101011 | 11111100 | 1000001 | 1010011 | 0 | 1 | 11111101 | 1100001 | 111010 |
Color Harmonies of #592BFC
Complementary color
Monochromatic Colors of #592BFC
Black with #592BFC
Text Example
Text Example
White with #592BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BFC; }
p { color: rgb(89,43,252); }
H1.HeaderClassName
{
color: #592BFC;
}
.AnyTagClassName
{
color: #592BFC;
}
</style>
background-color css
<style>
a { background-color: #592BFC; }
a { background-color: rgb(89,43,252); }
div.DivClassName
{
background-color: #592BFC;
}
.BgClassName
{
background-color: #592BFC;
}
</style>
border-color css
<style>
span { border-color: #592BFC; }
span { border-color: rgb(89,43,252); }
td.TdClassName
{
border-color: #592BFC;
}
.TagClassName
{
border-color: #592BFC;
}
</style>