Shades of Han Purple #5713DB
Tints of Han Purple #5713DB
RGB
CMYK
RGB Variations
Color information
#5713DB (or 0x5713DB) is known color: Han Purple. HEX triplet: 57, 13 and DB. RGB value is (87,19,219). Sum of RGB (Red+Green+Blue) = 87+19+219=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #5713DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5713DB is #A8EC24. Grayscale: #3D3D3D. Windows color (decimal): -11070501 or 14357335. OLE color: 14357335.
HSL color Cylindrical-coordinate representation of color #5713DB: hue angle of 260.4º 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 #5713DB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 19 | 219 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.14 |
| HSL | 260.4º | 0.84% | 0.47% | - |
| HSV(B) | 260.4º | 0.91% | 0.86% | - |
| XYZ | 16.95 | 7.61 | 67.59 | - |
| YUV | 62.13 | 216.53 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 219 | 0.60 | 0.91 | 0 | 0.14 | 260.4 | 0.84 | 0.47 |
| Hex | 57 | 13 | DB | 3C | 5B | 0 | E | 104 | 54 | 2F |
| Octal | 127 | 23 | 333 | 74 | 133 | 0 | 16 | 404 | 124 | 57 |
| Binary | 1010111 | 10011 | 11011011 | 111100 | 1011011 | 0 | 1110 | 100000100 | 1010100 | 101111 |
Color Harmonies of #5713DB
Complementary color
Monochromatic Colors of #5713DB
Black with #5713DB
Text Example
Text Example
White with #5713DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5713DB; }
p { color: rgb(87,19,219); }
H1.HeaderClassName
{
color: #5713DB;
}
.AnyTagClassName
{
color: #5713DB;
}
</style>
background-color css
<style>
a { background-color: #5713DB; }
a { background-color: rgb(87,19,219); }
div.DivClassName
{
background-color: #5713DB;
}
.BgClassName
{
background-color: #5713DB;
}
</style>
border-color css
<style>
span { border-color: #5713DB; }
span { border-color: rgb(87,19,219); }
td.TdClassName
{
border-color: #5713DB;
}
.TagClassName
{
border-color: #5713DB;
}
</style>