Shades of Han Purple #5913DD
Tints of Han Purple #5913DD
RGB
CMYK
RGB Variations
Color information
#5913DD (or 0x5913DD) is known color: Han Purple. HEX triplet: 59, 13 and DD. RGB value is (89,19,221). Sum of RGB (Red+Green+Blue) = 89+19+221=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #5913DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5913DD is #A6EC22. Grayscale: #3E3E3E. Windows color (decimal): -10939427 or 14488409. OLE color: 14488409.
HSL color Cylindrical-coordinate representation of color #5913DD: hue angle of 260.79º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5913DD is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 19 | 221 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.13 |
| HSL | 260.79º | 0.84% | 0.47% | - |
| HSV(B) | 260.79º | 0.91% | 0.87% | - |
| XYZ | 17.4 | 7.81 | 69 | - |
| YUV | 62.96 | 217.19 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 221 | 0.60 | 0.91 | 0 | 0.13 | 260.79 | 0.84 | 0.47 |
| Hex | 59 | 13 | DD | 3C | 5B | 0 | D | 105 | 54 | 2F |
| Octal | 131 | 23 | 335 | 74 | 133 | 0 | 15 | 405 | 124 | 57 |
| Binary | 1011001 | 10011 | 11011101 | 111100 | 1011011 | 0 | 1101 | 100000101 | 1010100 | 101111 |
Color Harmonies of #5913DD
Complementary color
Monochromatic Colors of #5913DD
Black with #5913DD
Text Example
Text Example
White with #5913DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5913DD; }
p { color: rgb(89,19,221); }
H1.HeaderClassName
{
color: #5913DD;
}
.AnyTagClassName
{
color: #5913DD;
}
</style>
background-color css
<style>
a { background-color: #5913DD; }
a { background-color: rgb(89,19,221); }
div.DivClassName
{
background-color: #5913DD;
}
.BgClassName
{
background-color: #5913DD;
}
</style>
border-color css
<style>
span { border-color: #5913DD; }
span { border-color: rgb(89,19,221); }
td.TdClassName
{
border-color: #5913DD;
}
.TagClassName
{
border-color: #5913DD;
}
</style>