Shades of Han Purple #5628FB
Tints of Han Purple #5628FB
RGB
CMYK
RGB Variations
Color information
#5628FB (or 0x5628FB) is known color: Han Purple. HEX triplet: 56, 28 and FB. RGB value is (86,40,251). Sum of RGB (Red+Green+Blue) = 86+40+251=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #5628FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5628FB is #A9D704. Grayscale: #4D4D4D. Windows color (decimal): -11130629 or 16459862. OLE color: 16459862.
HSL color Cylindrical-coordinate representation of color #5628FB: hue angle of 253.08º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5628FB is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 40 | 251 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.02 |
| HSL | 253.08º | 0.96% | 0.57% | - |
| HSV(B) | 253.08º | 0.84% | 0.98% | - |
| XYZ | 22.01 | 10.46 | 92.13 | - |
| YUV | 77.81 | 225.74 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 251 | 0.66 | 0.84 | 0 | 0.02 | 253.08 | 0.96 | 0.57 |
| Hex | 56 | 28 | FB | 42 | 54 | 0 | 2 | FD | 60 | 39 |
| Octal | 126 | 50 | 373 | 102 | 124 | 0 | 2 | 375 | 140 | 71 |
| Binary | 1010110 | 101000 | 11111011 | 1000010 | 1010100 | 0 | 10 | 11111101 | 1100000 | 111001 |
Color Harmonies of #5628FB
Complementary color
Monochromatic Colors of #5628FB
Black with #5628FB
Text Example
Text Example
White with #5628FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5628FB; }
p { color: rgb(86,40,251); }
H1.HeaderClassName
{
color: #5628FB;
}
.AnyTagClassName
{
color: #5628FB;
}
</style>
background-color css
<style>
a { background-color: #5628FB; }
a { background-color: rgb(86,40,251); }
div.DivClassName
{
background-color: #5628FB;
}
.BgClassName
{
background-color: #5628FB;
}
</style>
border-color css
<style>
span { border-color: #5628FB; }
span { border-color: rgb(86,40,251); }
td.TdClassName
{
border-color: #5628FB;
}
.TagClassName
{
border-color: #5628FB;
}
</style>