Shades of Han Purple #5710DD
Tints of Han Purple #5710DD
RGB
CMYK
RGB Variations
Color information
#5710DD (or 0x5710DD) is known color: Han Purple. HEX triplet: 57, 10 and DD. RGB value is (87,16,221). Sum of RGB (Red+Green+Blue) = 87+16+221=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #5710DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5710DD is #A8EF22. Grayscale: #3B3B3B. Windows color (decimal): -11071267 or 14487639. OLE color: 14487639.
HSL color Cylindrical-coordinate representation of color #5710DD: hue angle of 260.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5710DD is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 16 | 221 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.13 |
| HSL | 260.78º | 0.86% | 0.46% | - |
| HSV(B) | 260.78º | 0.93% | 0.87% | - |
| XYZ | 17.17 | 7.62 | 68.97 | - |
| YUV | 60.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 221 | 0.61 | 0.93 | 0 | 0.13 | 260.78 | 0.86 | 0.46 |
| Hex | 57 | 10 | DD | 3D | 5D | 0 | D | 105 | 56 | 2E |
| Octal | 127 | 20 | 335 | 75 | 135 | 0 | 15 | 405 | 126 | 56 |
| Binary | 1010111 | 10000 | 11011101 | 111101 | 1011101 | 0 | 1101 | 100000101 | 1010110 | 101110 |
Color Harmonies of #5710DD
Complementary color
Monochromatic Colors of #5710DD
Black with #5710DD
Text Example
Text Example
White with #5710DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710DD; }
p { color: rgb(87,16,221); }
H1.HeaderClassName
{
color: #5710DD;
}
.AnyTagClassName
{
color: #5710DD;
}
</style>
background-color css
<style>
a { background-color: #5710DD; }
a { background-color: rgb(87,16,221); }
div.DivClassName
{
background-color: #5710DD;
}
.BgClassName
{
background-color: #5710DD;
}
</style>
border-color css
<style>
span { border-color: #5710DD; }
span { border-color: rgb(87,16,221); }
td.TdClassName
{
border-color: #5710DD;
}
.TagClassName
{
border-color: #5710DD;
}
</style>