Shades of Han Purple #5709D9
Tints of Han Purple #5709D9
RGB
CMYK
RGB Variations
Color information
#5709D9 (or 0x5709D9) is known color: Han Purple. HEX triplet: 57, 09 and D9. RGB value is (87,9,217). Sum of RGB (Red+Green+Blue) = 87+9+217=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 217 (85.16% from 255 or 69.33% from 313); Max value from RGB is 217 - color contains mainly: blue. Hex color #5709D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5709D9 is #A8F626. Grayscale: #373737. Windows color (decimal): -11073063 or 14223703. OLE color: 14223703.
HSL color Cylindrical-coordinate representation of color #5709D9: hue angle of 262.5º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709D9 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 9 | 217 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.15 |
| HSL | 262.5º | 0.92% | 0.44% | - |
| HSV(B) | 262.5º | 0.96% | 0.85% | - |
| XYZ | 16.55 | 7.23 | 66.17 | - |
| YUV | 56.03 | 218.84 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 217 | 0.60 | 0.96 | 0 | 0.15 | 262.5 | 0.92 | 0.44 |
| Hex | 57 | 9 | D9 | 3C | 60 | 0 | F | 106 | 5C | 2C |
| Octal | 127 | 11 | 331 | 74 | 140 | 0 | 17 | 406 | 134 | 54 |
| Binary | 1010111 | 1001 | 11011001 | 111100 | 1100000 | 0 | 1111 | 100000110 | 1011100 | 101100 |
Color Harmonies of #5709D9
Complementary color
Monochromatic Colors of #5709D9
Black with #5709D9
Text Example
Text Example
White with #5709D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709D9; }
p { color: rgb(87,9,217); }
H1.HeaderClassName
{
color: #5709D9;
}
.AnyTagClassName
{
color: #5709D9;
}
</style>
background-color css
<style>
a { background-color: #5709D9; }
a { background-color: rgb(87,9,217); }
div.DivClassName
{
background-color: #5709D9;
}
.BgClassName
{
background-color: #5709D9;
}
</style>
border-color css
<style>
span { border-color: #5709D9; }
span { border-color: rgb(87,9,217); }
td.TdClassName
{
border-color: #5709D9;
}
.TagClassName
{
border-color: #5709D9;
}
</style>