Shades of Han Purple #5709E2
Tints of Han Purple #5709E2
RGB
CMYK
RGB Variations
Color information
#5709E2 (or 0x5709E2) is known color: Han Purple. HEX triplet: 57, 09 and E2. RGB value is (87,9,226). Sum of RGB (Red+Green+Blue) = 87+9+226=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 226 (88.67% from 255 or 70.19% from 322); Max value from RGB is 226 - color contains mainly: blue. Hex color #5709E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5709E2 is #A8F61D. Grayscale: #383838. Windows color (decimal): -11073054 or 14813527. OLE color: 14813527.
HSL color Cylindrical-coordinate representation of color #5709E2: hue angle of 261.57º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709E2 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 9 | 226 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.11 |
| HSL | 261.57º | 0.92% | 0.46% | - |
| HSV(B) | 261.57º | 0.96% | 0.89% | - |
| XYZ | 17.76 | 7.71 | 72.5 | - |
| YUV | 57.06 | 223.34 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 226 | 0.62 | 0.96 | 0 | 0.11 | 261.57 | 0.92 | 0.46 |
| Hex | 57 | 9 | E2 | 3E | 60 | 0 | B | 106 | 5C | 2E |
| Octal | 127 | 11 | 342 | 76 | 140 | 0 | 13 | 406 | 134 | 56 |
| Binary | 1010111 | 1001 | 11100010 | 111110 | 1100000 | 0 | 1011 | 100000110 | 1011100 | 101110 |
Color Harmonies of #5709E2
Complementary color
Monochromatic Colors of #5709E2
Black with #5709E2
Text Example
Text Example
White with #5709E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709E2; }
p { color: rgb(87,9,226); }
H1.HeaderClassName
{
color: #5709E2;
}
.AnyTagClassName
{
color: #5709E2;
}
</style>
background-color css
<style>
a { background-color: #5709E2; }
a { background-color: rgb(87,9,226); }
div.DivClassName
{
background-color: #5709E2;
}
.BgClassName
{
background-color: #5709E2;
}
</style>
border-color css
<style>
span { border-color: #5709E2; }
span { border-color: rgb(87,9,226); }
td.TdClassName
{
border-color: #5709E2;
}
.TagClassName
{
border-color: #5709E2;
}
</style>