Shades of Han Purple #5627FF
Tints of Han Purple #5627FF
RGB
CMYK
RGB Variations
Color information
#5627FF (or 0x5627FF) is known color: Han Purple. HEX triplet: 56, 27 and FF. RGB value is (86,39,255). Sum of RGB (Red+Green+Blue) = 86+39+255=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #5627FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5627FF is #A9D800. Grayscale: #4C4C4C. Windows color (decimal): -11130881 or 16721750. OLE color: 16721750.
HSL color Cylindrical-coordinate representation of color #5627FF: hue angle of 253.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5627FF is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 39 | 255 | - |
| CMYK | 0.66 | 0.85 | 0 | 0 |
| HSL | 253.06º | 1% | 0.58% | - |
| HSV(B) | 253.06º | 0.85% | 1% | - |
| XYZ | 22.61 | 10.65 | 95.47 | - |
| YUV | 77.68 | 228.07 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 255 | 0.66 | 0.85 | 0 | 0 | 253.06 | 1 | 0.58 |
| Hex | 56 | 27 | FF | 42 | 55 | 0 | 0 | FD | 64 | 3A |
| Octal | 126 | 47 | 377 | 102 | 125 | 0 | 0 | 375 | 144 | 72 |
| Binary | 1010110 | 100111 | 11111111 | 1000010 | 1010101 | 0 | 0 | 11111101 | 1100100 | 111010 |
Color Harmonies of #5627FF
Complementary color
Monochromatic Colors of #5627FF
Black with #5627FF
Text Example
Text Example
White with #5627FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5627FF; }
p { color: rgb(86,39,255); }
H1.HeaderClassName
{
color: #5627FF;
}
.AnyTagClassName
{
color: #5627FF;
}
</style>
background-color css
<style>
a { background-color: #5627FF; }
a { background-color: rgb(86,39,255); }
div.DivClassName
{
background-color: #5627FF;
}
.BgClassName
{
background-color: #5627FF;
}
</style>
border-color css
<style>
span { border-color: #5627FF; }
span { border-color: rgb(86,39,255); }
td.TdClassName
{
border-color: #5627FF;
}
.TagClassName
{
border-color: #5627FF;
}
</style>