Shades of Han Purple #5623DC
Tints of Han Purple #5623DC
RGB
CMYK
RGB Variations
Color information
#5623DC (or 0x5623DC) is known color: Han Purple. HEX triplet: 56, 23 and DC. RGB value is (86,35,220). Sum of RGB (Red+Green+Blue) = 86+35+220=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #5623DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5623DC is #A9DC23. Grayscale: #464646. Windows color (decimal): -11131940 or 14426966. OLE color: 14426966.
HSL color Cylindrical-coordinate representation of color #5623DC: hue angle of 256.54º 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 #5623DC is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 35 | 220 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.14 |
| HSL | 256.54º | 0.73% | 0.5% | - |
| HSV(B) | 256.54º | 0.84% | 0.86% | - |
| XYZ | 17.36 | 8.35 | 68.41 | - |
| YUV | 71.34 | 211.9 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 220 | 0.61 | 0.84 | 0 | 0.14 | 256.54 | 0.73 | 0.5 |
| Hex | 56 | 23 | DC | 3D | 54 | 0 | E | 101 | 49 | 32 |
| Octal | 126 | 43 | 334 | 75 | 124 | 0 | 16 | 401 | 111 | 62 |
| Binary | 1010110 | 100011 | 11011100 | 111101 | 1010100 | 0 | 1110 | 100000001 | 1001001 | 110010 |
Color Harmonies of #5623DC
Complementary color
Monochromatic Colors of #5623DC
Black with #5623DC
Text Example
Text Example
White with #5623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5623DC; }
p { color: rgb(86,35,220); }
H1.HeaderClassName
{
color: #5623DC;
}
.AnyTagClassName
{
color: #5623DC;
}
</style>
background-color css
<style>
a { background-color: #5623DC; }
a { background-color: rgb(86,35,220); }
div.DivClassName
{
background-color: #5623DC;
}
.BgClassName
{
background-color: #5623DC;
}
</style>
border-color css
<style>
span { border-color: #5623DC; }
span { border-color: rgb(86,35,220); }
td.TdClassName
{
border-color: #5623DC;
}
.TagClassName
{
border-color: #5623DC;
}
</style>