Shades of Han Purple #5709E7
Tints of Han Purple #5709E7
RGB
CMYK
RGB Variations
Color information
#5709E7 (or 0x5709E7) is known color: Han Purple. HEX triplet: 57, 09 and E7. RGB value is (87,9,231). Sum of RGB (Red+Green+Blue) = 87+9+231=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 231 (90.62% from 255 or 70.64% from 327); Max value from RGB is 231 - color contains mainly: blue. Hex color #5709E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5709E7 is #A8F618. Grayscale: #383838. Windows color (decimal): -11073049 or 15141207. OLE color: 15141207.
HSL color Cylindrical-coordinate representation of color #5709E7: hue angle of 261.08º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709E7 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 9 | 231 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.09 |
| HSL | 261.08º | 0.93% | 0.47% | - |
| HSV(B) | 261.08º | 0.96% | 0.91% | - |
| XYZ | 18.45 | 7.99 | 76.17 | - |
| YUV | 57.63 | 225.84 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 231 | 0.62 | 0.96 | 0 | 0.09 | 261.08 | 0.93 | 0.47 |
| Hex | 57 | 9 | E7 | 3E | 60 | 0 | 9 | 105 | 5C | 2F |
| Octal | 127 | 11 | 347 | 76 | 140 | 0 | 11 | 405 | 134 | 57 |
| Binary | 1010111 | 1001 | 11100111 | 111110 | 1100000 | 0 | 1001 | 100000101 | 1011100 | 101111 |
Color Harmonies of #5709E7
Complementary color
Monochromatic Colors of #5709E7
Black with #5709E7
Text Example
Text Example
White with #5709E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709E7; }
p { color: rgb(87,9,231); }
H1.HeaderClassName
{
color: #5709E7;
}
.AnyTagClassName
{
color: #5709E7;
}
</style>
background-color css
<style>
a { background-color: #5709E7; }
a { background-color: rgb(87,9,231); }
div.DivClassName
{
background-color: #5709E7;
}
.BgClassName
{
background-color: #5709E7;
}
</style>
border-color css
<style>
span { border-color: #5709E7; }
span { border-color: rgb(87,9,231); }
td.TdClassName
{
border-color: #5709E7;
}
.TagClassName
{
border-color: #5709E7;
}
</style>