Shades of Han Purple #5714DC
Tints of Han Purple #5714DC
RGB
CMYK
RGB Variations
Color information
#5714DC (or 0x5714DC) is known color: Han Purple. HEX triplet: 57, 14 and DC. RGB value is (87,20,220). Sum of RGB (Red+Green+Blue) = 87+20+220=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #5714DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5714DC is #A8EB23. Grayscale: #3E3E3E. Windows color (decimal): -11070244 or 14423127. OLE color: 14423127.
HSL color Cylindrical-coordinate representation of color #5714DC: hue angle of 260.1º degrees, saturation: 0.83, 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 #5714DC is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 20 | 220 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.14 |
| HSL | 260.1º | 0.83% | 0.47% | - |
| HSV(B) | 260.1º | 0.91% | 0.86% | - |
| XYZ | 17.1 | 7.69 | 68.29 | - |
| YUV | 62.83 | 216.7 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 220 | 0.60 | 0.91 | 0 | 0.14 | 260.1 | 0.83 | 0.47 |
| Hex | 57 | 14 | DC | 3C | 5B | 0 | E | 104 | 53 | 2F |
| Octal | 127 | 24 | 334 | 74 | 133 | 0 | 16 | 404 | 123 | 57 |
| Binary | 1010111 | 10100 | 11011100 | 111100 | 1011011 | 0 | 1110 | 100000100 | 1010011 | 101111 |
Color Harmonies of #5714DC
Complementary color
Monochromatic Colors of #5714DC
Black with #5714DC
Text Example
Text Example
White with #5714DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5714DC; }
p { color: rgb(87,20,220); }
H1.HeaderClassName
{
color: #5714DC;
}
.AnyTagClassName
{
color: #5714DC;
}
</style>
background-color css
<style>
a { background-color: #5714DC; }
a { background-color: rgb(87,20,220); }
div.DivClassName
{
background-color: #5714DC;
}
.BgClassName
{
background-color: #5714DC;
}
</style>
border-color css
<style>
span { border-color: #5714DC; }
span { border-color: rgb(87,20,220); }
td.TdClassName
{
border-color: #5714DC;
}
.TagClassName
{
border-color: #5714DC;
}
</style>