Shades of Han Purple #5709ED
Tints of Han Purple #5709ED
RGB
CMYK
RGB Variations
Color information
#5709ED (or 0x5709ED) is known color: Han Purple. HEX triplet: 57, 09 and ED. RGB value is (87,9,237). Sum of RGB (Red+Green+Blue) = 87+9+237=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #5709ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5709ED is #A8F612. Grayscale: #393939. Windows color (decimal): -11073043 or 15534423. OLE color: 15534423.
HSL color Cylindrical-coordinate representation of color #5709ED: hue angle of 260.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709ED is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 9 | 237 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.07 |
| HSL | 260.53º | 0.93% | 0.48% | - |
| HSV(B) | 260.53º | 0.96% | 0.93% | - |
| XYZ | 19.31 | 8.34 | 80.71 | - |
| YUV | 58.31 | 228.84 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 237 | 0.63 | 0.96 | 0 | 0.07 | 260.53 | 0.93 | 0.48 |
| Hex | 57 | 9 | ED | 3F | 60 | 0 | 7 | 105 | 5D | 30 |
| Octal | 127 | 11 | 355 | 77 | 140 | 0 | 7 | 405 | 135 | 60 |
| Binary | 1010111 | 1001 | 11101101 | 111111 | 1100000 | 0 | 111 | 100000101 | 1011101 | 110000 |
Color Harmonies of #5709ED
Complementary color
Monochromatic Colors of #5709ED
Black with #5709ED
Text Example
Text Example
White with #5709ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709ED; }
p { color: rgb(87,9,237); }
H1.HeaderClassName
{
color: #5709ED;
}
.AnyTagClassName
{
color: #5709ED;
}
</style>
background-color css
<style>
a { background-color: #5709ED; }
a { background-color: rgb(87,9,237); }
div.DivClassName
{
background-color: #5709ED;
}
.BgClassName
{
background-color: #5709ED;
}
</style>
border-color css
<style>
span { border-color: #5709ED; }
span { border-color: rgb(87,9,237); }
td.TdClassName
{
border-color: #5709ED;
}
.TagClassName
{
border-color: #5709ED;
}
</style>