Shades of Han Purple #5716DC
Tints of Han Purple #5716DC
RGB
CMYK
RGB Variations
Color information
#5716DC (or 0x5716DC) is known color: Han Purple. HEX triplet: 57, 16 and DC. RGB value is (87,22,220). Sum of RGB (Red+Green+Blue) = 87+22+220=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #5716DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5716DC is #A8E923. Grayscale: #3F3F3F. Windows color (decimal): -11069732 or 14423639. OLE color: 14423639.
HSL color Cylindrical-coordinate representation of color #5716DC: hue angle of 259.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5716DC is Cyan = 0.60, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 22 | 220 | - |
| CMYK | 0.60 | 0.9 | 0 | 0.14 |
| HSL | 259.7º | 0.82% | 0.47% | - |
| HSV(B) | 259.7º | 0.9% | 0.86% | - |
| XYZ | 17.14 | 7.77 | 68.31 | - |
| YUV | 64.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 220 | 0.60 | 0.9 | 0 | 0.14 | 259.7 | 0.82 | 0.47 |
| Hex | 57 | 16 | DC | 3C | 5A | 0 | E | 104 | 52 | 2F |
| Octal | 127 | 26 | 334 | 74 | 132 | 0 | 16 | 404 | 122 | 57 |
| Binary | 1010111 | 10110 | 11011100 | 111100 | 1011010 | 0 | 1110 | 100000100 | 1010010 | 101111 |
Color Harmonies of #5716DC
Complementary color
Monochromatic Colors of #5716DC
Black with #5716DC
Text Example
Text Example
White with #5716DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716DC; }
p { color: rgb(87,22,220); }
H1.HeaderClassName
{
color: #5716DC;
}
.AnyTagClassName
{
color: #5716DC;
}
</style>
background-color css
<style>
a { background-color: #5716DC; }
a { background-color: rgb(87,22,220); }
div.DivClassName
{
background-color: #5716DC;
}
.BgClassName
{
background-color: #5716DC;
}
</style>
border-color css
<style>
span { border-color: #5716DC; }
span { border-color: rgb(87,22,220); }
td.TdClassName
{
border-color: #5716DC;
}
.TagClassName
{
border-color: #5716DC;
}
</style>