Shades of Han Purple #5910D7
Tints of Han Purple #5910D7
RGB
CMYK
RGB Variations
Color information
#5910D7 (or 0x5910D7) is known color: Han Purple. HEX triplet: 59, 10 and D7. RGB value is (89,16,215). Sum of RGB (Red+Green+Blue) = 89+16+215=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 215 (84.38% from 255 or 67.19% from 320); Max value from RGB is 215 - color contains mainly: blue. Hex color #5910D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5910D7 is #A6EF28. Grayscale: #3B3B3B. Windows color (decimal): -10940201 or 14094425. OLE color: 14094425.
HSL color Cylindrical-coordinate representation of color #5910D7: hue angle of 262.01º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5910D7 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 16 | 215 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.16 |
| HSL | 262.01º | 0.86% | 0.45% | - |
| HSV(B) | 262.01º | 0.93% | 0.84% | - |
| XYZ | 16.57 | 7.4 | 64.85 | - |
| YUV | 60.51 | 215.18 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 215 | 0.59 | 0.93 | 0 | 0.16 | 262.01 | 0.86 | 0.45 |
| Hex | 59 | 10 | D7 | 3B | 5D | 0 | 10 | 106 | 56 | 2D |
| Octal | 131 | 20 | 327 | 73 | 135 | 0 | 20 | 406 | 126 | 55 |
| Binary | 1011001 | 10000 | 11010111 | 111011 | 1011101 | 0 | 10000 | 100000110 | 1010110 | 101101 |
Color Harmonies of #5910D7
Complementary color
Monochromatic Colors of #5910D7
Black with #5910D7
Text Example
Text Example
White with #5910D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5910D7; }
p { color: rgb(89,16,215); }
H1.HeaderClassName
{
color: #5910D7;
}
.AnyTagClassName
{
color: #5910D7;
}
</style>
background-color css
<style>
a { background-color: #5910D7; }
a { background-color: rgb(89,16,215); }
div.DivClassName
{
background-color: #5910D7;
}
.BgClassName
{
background-color: #5910D7;
}
</style>
border-color css
<style>
span { border-color: #5910D7; }
span { border-color: rgb(89,16,215); }
td.TdClassName
{
border-color: #5910D7;
}
.TagClassName
{
border-color: #5910D7;
}
</style>