Shades of Han Purple #5627F1
Tints of Han Purple #5627F1
RGB
CMYK
RGB Variations
Color information
#5627F1 (or 0x5627F1) is known color: Han Purple. HEX triplet: 56, 27 and F1. RGB value is (86,39,241). Sum of RGB (Red+Green+Blue) = 86+39+241=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #5627F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5627F1 is #A9D80E. Grayscale: #4B4B4B. Windows color (decimal): -11130895 or 15804246. OLE color: 15804246.
HSL color Cylindrical-coordinate representation of color #5627F1: hue angle of 253.96º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5627F1 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 39 | 241 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.05 |
| HSL | 253.96º | 0.88% | 0.55% | - |
| HSV(B) | 253.96º | 0.84% | 0.95% | - |
| XYZ | 20.44 | 9.78 | 84.03 | - |
| YUV | 76.08 | 221.07 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 241 | 0.64 | 0.84 | 0 | 0.05 | 253.96 | 0.88 | 0.55 |
| Hex | 56 | 27 | F1 | 40 | 54 | 0 | 5 | FE | 58 | 37 |
| Octal | 126 | 47 | 361 | 100 | 124 | 0 | 5 | 376 | 130 | 67 |
| Binary | 1010110 | 100111 | 11110001 | 1000000 | 1010100 | 0 | 101 | 11111110 | 1011000 | 110111 |
Color Harmonies of #5627F1
Complementary color
Monochromatic Colors of #5627F1
Black with #5627F1
Text Example
Text Example
White with #5627F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5627F1; }
p { color: rgb(86,39,241); }
H1.HeaderClassName
{
color: #5627F1;
}
.AnyTagClassName
{
color: #5627F1;
}
</style>
background-color css
<style>
a { background-color: #5627F1; }
a { background-color: rgb(86,39,241); }
div.DivClassName
{
background-color: #5627F1;
}
.BgClassName
{
background-color: #5627F1;
}
</style>
border-color css
<style>
span { border-color: #5627F1; }
span { border-color: rgb(86,39,241); }
td.TdClassName
{
border-color: #5627F1;
}
.TagClassName
{
border-color: #5627F1;
}
</style>