Shades of Han Purple #5723DC
Tints of Han Purple #5723DC
RGB
CMYK
RGB Variations
Color information
#5723DC (or 0x5723DC) is known color: Han Purple. HEX triplet: 57, 23 and DC. RGB value is (87,35,220). Sum of RGB (Red+Green+Blue) = 87+35+220=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #5723DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5723DC is #A8DC23. Grayscale: #464646. Windows color (decimal): -11066404 or 14426967. OLE color: 14426967.
HSL color Cylindrical-coordinate representation of color #5723DC: hue angle of 256.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5723DC is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 35 | 220 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.14 |
| HSL | 256.86º | 0.73% | 0.5% | - |
| HSV(B) | 256.86º | 0.84% | 0.86% | - |
| XYZ | 17.45 | 8.4 | 68.41 | - |
| YUV | 71.64 | 211.73 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 220 | 0.60 | 0.84 | 0 | 0.14 | 256.86 | 0.73 | 0.5 |
| Hex | 57 | 23 | DC | 3C | 54 | 0 | E | 101 | 49 | 32 |
| Octal | 127 | 43 | 334 | 74 | 124 | 0 | 16 | 401 | 111 | 62 |
| Binary | 1010111 | 100011 | 11011100 | 111100 | 1010100 | 0 | 1110 | 100000001 | 1001001 | 110010 |
Color Harmonies of #5723DC
Complementary color
Monochromatic Colors of #5723DC
Black with #5723DC
Text Example
Text Example
White with #5723DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5723DC; }
p { color: rgb(87,35,220); }
H1.HeaderClassName
{
color: #5723DC;
}
.AnyTagClassName
{
color: #5723DC;
}
</style>
background-color css
<style>
a { background-color: #5723DC; }
a { background-color: rgb(87,35,220); }
div.DivClassName
{
background-color: #5723DC;
}
.BgClassName
{
background-color: #5723DC;
}
</style>
border-color css
<style>
span { border-color: #5723DC; }
span { border-color: rgb(87,35,220); }
td.TdClassName
{
border-color: #5723DC;
}
.TagClassName
{
border-color: #5723DC;
}
</style>