Shades of Han Purple #5711D9
Tints of Han Purple #5711D9
RGB
CMYK
RGB Variations
Color information
#5711D9 (or 0x5711D9) is known color: Han Purple. HEX triplet: 57, 11 and D9. RGB value is (87,17,217). Sum of RGB (Red+Green+Blue) = 87+17+217=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #5711D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711D9 is #A8EE26. Grayscale: #3C3C3C. Windows color (decimal): -11071015 or 14225751. OLE color: 14225751.
HSL color Cylindrical-coordinate representation of color #5711D9: hue angle of 261º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5711D9 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 17 | 217 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.15 |
| HSL | 261º | 0.85% | 0.46% | - |
| HSV(B) | 261º | 0.92% | 0.85% | - |
| XYZ | 16.66 | 7.44 | 66.2 | - |
| YUV | 60.73 | 216.19 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 217 | 0.60 | 0.92 | 0 | 0.15 | 261 | 0.85 | 0.46 |
| Hex | 57 | 11 | D9 | 3C | 5C | 0 | F | 105 | 55 | 2E |
| Octal | 127 | 21 | 331 | 74 | 134 | 0 | 17 | 405 | 125 | 56 |
| Binary | 1010111 | 10001 | 11011001 | 111100 | 1011100 | 0 | 1111 | 100000101 | 1010101 | 101110 |
Color Harmonies of #5711D9
Complementary color
Monochromatic Colors of #5711D9
Black with #5711D9
Text Example
Text Example
White with #5711D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5711D9; }
p { color: rgb(87,17,217); }
H1.HeaderClassName
{
color: #5711D9;
}
.AnyTagClassName
{
color: #5711D9;
}
</style>
background-color css
<style>
a { background-color: #5711D9; }
a { background-color: rgb(87,17,217); }
div.DivClassName
{
background-color: #5711D9;
}
.BgClassName
{
background-color: #5711D9;
}
</style>
border-color css
<style>
span { border-color: #5711D9; }
span { border-color: rgb(87,17,217); }
td.TdClassName
{
border-color: #5711D9;
}
.TagClassName
{
border-color: #5711D9;
}
</style>