Shades of Han Purple #5629E5
Tints of Han Purple #5629E5
RGB
CMYK
RGB Variations
Color information
#5629E5 (or 0x5629E5) is known color: Han Purple. HEX triplet: 56, 29 and E5. RGB value is (86,41,229). Sum of RGB (Red+Green+Blue) = 86+41+229=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #5629E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5629E5 is #A9D61A. Grayscale: #4B4B4B. Windows color (decimal): -11130395 or 15018326. OLE color: 15018326.
HSL color Cylindrical-coordinate representation of color #5629E5: hue angle of 254.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5629E5 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 41 | 229 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.10 |
| HSL | 254.36º | 0.78% | 0.53% | - |
| HSV(B) | 254.36º | 0.82% | 0.9% | - |
| XYZ | 18.77 | 9.22 | 74.92 | - |
| YUV | 75.89 | 214.41 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 229 | 0.62 | 0.82 | 0 | 0.10 | 254.36 | 0.78 | 0.53 |
| Hex | 56 | 29 | E5 | 3E | 52 | 0 | A | FE | 4E | 35 |
| Octal | 126 | 51 | 345 | 76 | 122 | 0 | 12 | 376 | 116 | 65 |
| Binary | 1010110 | 101001 | 11100101 | 111110 | 1010010 | 0 | 1010 | 11111110 | 1001110 | 110101 |
Color Harmonies of #5629E5
Complementary color
Monochromatic Colors of #5629E5
Black with #5629E5
Text Example
Text Example
White with #5629E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5629E5; }
p { color: rgb(86,41,229); }
H1.HeaderClassName
{
color: #5629E5;
}
.AnyTagClassName
{
color: #5629E5;
}
</style>
background-color css
<style>
a { background-color: #5629E5; }
a { background-color: rgb(86,41,229); }
div.DivClassName
{
background-color: #5629E5;
}
.BgClassName
{
background-color: #5629E5;
}
</style>
border-color css
<style>
span { border-color: #5629E5; }
span { border-color: rgb(86,41,229); }
td.TdClassName
{
border-color: #5629E5;
}
.TagClassName
{
border-color: #5629E5;
}
</style>