Shades of Han Purple #5927DE
Tints of Han Purple #5927DE
RGB
CMYK
RGB Variations
Color information
#5927DE (or 0x5927DE) is known color: Han Purple. HEX triplet: 59, 27 and DE. RGB value is (89,39,222). Sum of RGB (Red+Green+Blue) = 89+39+222=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #5927DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5927DE is #A6D821. Grayscale: #4A4A4A. Windows color (decimal): -10934306 or 14559065. OLE color: 14559065.
HSL color Cylindrical-coordinate representation of color #5927DE: hue angle of 256.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5927DE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 39 | 222 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.13 |
| HSL | 256.39º | 0.73% | 0.51% | - |
| HSV(B) | 256.39º | 0.82% | 0.87% | - |
| XYZ | 18.03 | 8.85 | 69.86 | - |
| YUV | 74.81 | 211.07 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 222 | 0.60 | 0.82 | 0 | 0.13 | 256.39 | 0.73 | 0.51 |
| Hex | 59 | 27 | DE | 3C | 52 | 0 | D | 100 | 49 | 33 |
| Octal | 131 | 47 | 336 | 74 | 122 | 0 | 15 | 400 | 111 | 63 |
| Binary | 1011001 | 100111 | 11011110 | 111100 | 1010010 | 0 | 1101 | 100000000 | 1001001 | 110011 |
Color Harmonies of #5927DE
Complementary color
Monochromatic Colors of #5927DE
Black with #5927DE
Text Example
Text Example
White with #5927DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5927DE; }
p { color: rgb(89,39,222); }
H1.HeaderClassName
{
color: #5927DE;
}
.AnyTagClassName
{
color: #5927DE;
}
</style>
background-color css
<style>
a { background-color: #5927DE; }
a { background-color: rgb(89,39,222); }
div.DivClassName
{
background-color: #5927DE;
}
.BgClassName
{
background-color: #5927DE;
}
</style>
border-color css
<style>
span { border-color: #5927DE; }
span { border-color: rgb(89,39,222); }
td.TdClassName
{
border-color: #5927DE;
}
.TagClassName
{
border-color: #5927DE;
}
</style>