Shades of Han Purple #591DFD
Tints of Han Purple #591DFD
RGB
CMYK
RGB Variations
Color information
#591DFD (or 0x591DFD) is known color: Han Purple. HEX triplet: 59, 1D and FD. RGB value is (89,29,253). Sum of RGB (Red+Green+Blue) = 89+29+253=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #591DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591DFD is #A6E202. Grayscale: #474747. Windows color (decimal): -10936835 or 16588121. OLE color: 16588121.
HSL color Cylindrical-coordinate representation of color #591DFD: hue angle of 256.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591DFD is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 29 | 253 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.01 |
| HSL | 256.07º | 0.98% | 0.55% | - |
| HSV(B) | 256.07º | 0.89% | 0.99% | - |
| XYZ | 22.29 | 10.09 | 93.7 | - |
| YUV | 72.48 | 229.88 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 253 | 0.65 | 0.89 | 0 | 0.01 | 256.07 | 0.98 | 0.55 |
| Hex | 59 | 1D | FD | 41 | 59 | 0 | 1 | 100 | 62 | 37 |
| Octal | 131 | 35 | 375 | 101 | 131 | 0 | 1 | 400 | 142 | 67 |
| Binary | 1011001 | 11101 | 11111101 | 1000001 | 1011001 | 0 | 1 | 100000000 | 1100010 | 110111 |
Color Harmonies of #591DFD
Complementary color
Monochromatic Colors of #591DFD
Black with #591DFD
Text Example
Text Example
White with #591DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DFD; }
p { color: rgb(89,29,253); }
H1.HeaderClassName
{
color: #591DFD;
}
.AnyTagClassName
{
color: #591DFD;
}
</style>
background-color css
<style>
a { background-color: #591DFD; }
a { background-color: rgb(89,29,253); }
div.DivClassName
{
background-color: #591DFD;
}
.BgClassName
{
background-color: #591DFD;
}
</style>
border-color css
<style>
span { border-color: #591DFD; }
span { border-color: rgb(89,29,253); }
td.TdClassName
{
border-color: #591DFD;
}
.TagClassName
{
border-color: #591DFD;
}
</style>