Shades of Han Purple #5629E9
Tints of Han Purple #5629E9
RGB
CMYK
RGB Variations
Color information
#5629E9 (or 0x5629E9) is known color: Han Purple. HEX triplet: 56, 29 and E9. RGB value is (86,41,233). Sum of RGB (Red+Green+Blue) = 86+41+233=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #5629E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5629E9 is #A9D616. Grayscale: #4B4B4B. Windows color (decimal): -11130391 or 15280470. OLE color: 15280470.
HSL color Cylindrical-coordinate representation of color #5629E9: hue angle of 254.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5629E9 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 41 | 233 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.09 |
| HSL | 254.06º | 0.81% | 0.54% | - |
| HSV(B) | 254.06º | 0.82% | 0.91% | - |
| XYZ | 19.34 | 9.45 | 77.9 | - |
| YUV | 76.34 | 216.41 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 233 | 0.63 | 0.82 | 0 | 0.09 | 254.06 | 0.81 | 0.54 |
| Hex | 56 | 29 | E9 | 3F | 52 | 0 | 9 | FE | 51 | 36 |
| Octal | 126 | 51 | 351 | 77 | 122 | 0 | 11 | 376 | 121 | 66 |
| Binary | 1010110 | 101001 | 11101001 | 111111 | 1010010 | 0 | 1001 | 11111110 | 1010001 | 110110 |
Color Harmonies of #5629E9
Complementary color
Monochromatic Colors of #5629E9
Black with #5629E9
Text Example
Text Example
White with #5629E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5629E9; }
p { color: rgb(86,41,233); }
H1.HeaderClassName
{
color: #5629E9;
}
.AnyTagClassName
{
color: #5629E9;
}
</style>
background-color css
<style>
a { background-color: #5629E9; }
a { background-color: rgb(86,41,233); }
div.DivClassName
{
background-color: #5629E9;
}
.BgClassName
{
background-color: #5629E9;
}
</style>
border-color css
<style>
span { border-color: #5629E9; }
span { border-color: rgb(86,41,233); }
td.TdClassName
{
border-color: #5629E9;
}
.TagClassName
{
border-color: #5629E9;
}
</style>