Shades of Han Purple #591EFD
Tints of Han Purple #591EFD
RGB
CMYK
RGB Variations
Color information
#591EFD (or 0x591EFD) is known color: Han Purple. HEX triplet: 59, 1E and FD. RGB value is (89,30,253). Sum of RGB (Red+Green+Blue) = 89+30+253=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #591EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591EFD is #A6E102. Grayscale: #484848. Windows color (decimal): -10936579 or 16588377. OLE color: 16588377.
HSL color Cylindrical-coordinate representation of color #591EFD: hue angle of 255.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591EFD is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 30 | 253 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.01 |
| HSL | 255.87º | 0.98% | 0.55% | - |
| HSV(B) | 255.87º | 0.88% | 0.99% | - |
| XYZ | 22.31 | 10.14 | 93.71 | - |
| YUV | 73.06 | 229.55 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 253 | 0.65 | 0.88 | 0 | 0.01 | 255.87 | 0.98 | 0.55 |
| Hex | 59 | 1E | FD | 41 | 58 | 0 | 1 | 100 | 62 | 37 |
| Octal | 131 | 36 | 375 | 101 | 130 | 0 | 1 | 400 | 142 | 67 |
| Binary | 1011001 | 11110 | 11111101 | 1000001 | 1011000 | 0 | 1 | 100000000 | 1100010 | 110111 |
Color Harmonies of #591EFD
Complementary color
Monochromatic Colors of #591EFD
Black with #591EFD
Text Example
Text Example
White with #591EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EFD; }
p { color: rgb(89,30,253); }
H1.HeaderClassName
{
color: #591EFD;
}
.AnyTagClassName
{
color: #591EFD;
}
</style>
background-color css
<style>
a { background-color: #591EFD; }
a { background-color: rgb(89,30,253); }
div.DivClassName
{
background-color: #591EFD;
}
.BgClassName
{
background-color: #591EFD;
}
</style>
border-color css
<style>
span { border-color: #591EFD; }
span { border-color: rgb(89,30,253); }
td.TdClassName
{
border-color: #591EFD;
}
.TagClassName
{
border-color: #591EFD;
}
</style>