Shades of Han Purple #5628FF
Tints of Han Purple #5628FF
RGB
CMYK
RGB Variations
Color information
#5628FF (or 0x5628FF) is known color: Han Purple. HEX triplet: 56, 28 and FF. RGB value is (86,40,255). Sum of RGB (Red+Green+Blue) = 86+40+255=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #5628FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5628FF is #A9D700. Grayscale: #4D4D4D. Windows color (decimal): -11130625 or 16722006. OLE color: 16722006.
HSL color Cylindrical-coordinate representation of color #5628FF: hue angle of 252.84º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5628FF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 40 | 255 | - |
| CMYK | 0.66 | 0.84 | 0 | 0 |
| HSL | 252.84º | 1% | 0.58% | - |
| HSV(B) | 252.84º | 0.84% | 1% | - |
| XYZ | 22.65 | 10.72 | 95.48 | - |
| YUV | 78.26 | 227.74 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 255 | 0.66 | 0.84 | 0 | 0 | 252.84 | 1 | 0.58 |
| Hex | 56 | 28 | FF | 42 | 54 | 0 | 0 | FD | 64 | 3A |
| Octal | 126 | 50 | 377 | 102 | 124 | 0 | 0 | 375 | 144 | 72 |
| Binary | 1010110 | 101000 | 11111111 | 1000010 | 1010100 | 0 | 0 | 11111101 | 1100100 | 111010 |
Color Harmonies of #5628FF
Complementary color
Monochromatic Colors of #5628FF
Black with #5628FF
Text Example
Text Example
White with #5628FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5628FF; }
p { color: rgb(86,40,255); }
H1.HeaderClassName
{
color: #5628FF;
}
.AnyTagClassName
{
color: #5628FF;
}
</style>
background-color css
<style>
a { background-color: #5628FF; }
a { background-color: rgb(86,40,255); }
div.DivClassName
{
background-color: #5628FF;
}
.BgClassName
{
background-color: #5628FF;
}
</style>
border-color css
<style>
span { border-color: #5628FF; }
span { border-color: rgb(86,40,255); }
td.TdClassName
{
border-color: #5628FF;
}
.TagClassName
{
border-color: #5628FF;
}
</style>