Shades of Han Purple #5713DC
Tints of Han Purple #5713DC
RGB
CMYK
RGB Variations
Color information
#5713DC (or 0x5713DC) is known color: Han Purple. HEX triplet: 57, 13 and DC. RGB value is (87,19,220). Sum of RGB (Red+Green+Blue) = 87+19+220=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #5713DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5713DC is #A8EC23. Grayscale: #3D3D3D. Windows color (decimal): -11070500 or 14422871. OLE color: 14422871.
HSL color Cylindrical-coordinate representation of color #5713DC: hue angle of 260.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5713DC is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 19 | 220 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.14 |
| HSL | 260.3º | 0.84% | 0.47% | - |
| HSV(B) | 260.3º | 0.91% | 0.86% | - |
| XYZ | 17.08 | 7.66 | 68.29 | - |
| YUV | 62.25 | 217.03 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 220 | 0.60 | 0.91 | 0 | 0.14 | 260.3 | 0.84 | 0.47 |
| Hex | 57 | 13 | DC | 3C | 5B | 0 | E | 104 | 54 | 2F |
| Octal | 127 | 23 | 334 | 74 | 133 | 0 | 16 | 404 | 124 | 57 |
| Binary | 1010111 | 10011 | 11011100 | 111100 | 1011011 | 0 | 1110 | 100000100 | 1010100 | 101111 |
Color Harmonies of #5713DC
Complementary color
Monochromatic Colors of #5713DC
Black with #5713DC
Text Example
Text Example
White with #5713DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5713DC; }
p { color: rgb(87,19,220); }
H1.HeaderClassName
{
color: #5713DC;
}
.AnyTagClassName
{
color: #5713DC;
}
</style>
background-color css
<style>
a { background-color: #5713DC; }
a { background-color: rgb(87,19,220); }
div.DivClassName
{
background-color: #5713DC;
}
.BgClassName
{
background-color: #5713DC;
}
</style>
border-color css
<style>
span { border-color: #5713DC; }
span { border-color: rgb(87,19,220); }
td.TdClassName
{
border-color: #5713DC;
}
.TagClassName
{
border-color: #5713DC;
}
</style>