Shades of Han Purple #591FFD
Tints of Han Purple #591FFD
RGB
CMYK
RGB Variations
Color information
#591FFD (or 0x591FFD) is known color: Han Purple. HEX triplet: 59, 1F and FD. RGB value is (89,31,253). Sum of RGB (Red+Green+Blue) = 89+31+253=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #591FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FFD is #A6E002. Grayscale: #484848. Windows color (decimal): -10936323 or 16588633. OLE color: 16588633.
HSL color Cylindrical-coordinate representation of color #591FFD: hue angle of 255.68º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591FFD is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 31 | 253 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.01 |
| HSL | 255.68º | 0.98% | 0.56% | - |
| HSV(B) | 255.68º | 0.88% | 0.99% | - |
| XYZ | 22.34 | 10.2 | 93.72 | - |
| YUV | 73.65 | 229.22 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 253 | 0.65 | 0.88 | 0 | 0.01 | 255.68 | 0.98 | 0.56 |
| Hex | 59 | 1F | FD | 41 | 58 | 0 | 1 | 100 | 62 | 38 |
| Octal | 131 | 37 | 375 | 101 | 130 | 0 | 1 | 400 | 142 | 70 |
| Binary | 1011001 | 11111 | 11111101 | 1000001 | 1011000 | 0 | 1 | 100000000 | 1100010 | 111000 |
Color Harmonies of #591FFD
Complementary color
Monochromatic Colors of #591FFD
Black with #591FFD
Text Example
Text Example
White with #591FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FFD; }
p { color: rgb(89,31,253); }
H1.HeaderClassName
{
color: #591FFD;
}
.AnyTagClassName
{
color: #591FFD;
}
</style>
background-color css
<style>
a { background-color: #591FFD; }
a { background-color: rgb(89,31,253); }
div.DivClassName
{
background-color: #591FFD;
}
.BgClassName
{
background-color: #591FFD;
}
</style>
border-color css
<style>
span { border-color: #591FFD; }
span { border-color: rgb(89,31,253); }
td.TdClassName
{
border-color: #591FFD;
}
.TagClassName
{
border-color: #591FFD;
}
</style>