Shades of Han Purple #5629ED
Tints of Han Purple #5629ED
RGB
CMYK
RGB Variations
Color information
#5629ED (or 0x5629ED) is known color: Han Purple. HEX triplet: 56, 29 and ED. RGB value is (86,41,237). Sum of RGB (Red+Green+Blue) = 86+41+237=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #5629ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5629ED is #A9D612. Grayscale: #4C4C4C. Windows color (decimal): -11130387 or 15542614. OLE color: 15542614.
HSL color Cylindrical-coordinate representation of color #5629ED: hue angle of 253.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5629ED is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 41 | 237 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.07 |
| HSL | 253.78º | 0.84% | 0.55% | - |
| HSV(B) | 253.78º | 0.83% | 0.93% | - |
| XYZ | 19.92 | 9.68 | 80.94 | - |
| YUV | 76.8 | 218.41 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 237 | 0.64 | 0.83 | 0 | 0.07 | 253.78 | 0.84 | 0.55 |
| Hex | 56 | 29 | ED | 40 | 53 | 0 | 7 | FE | 54 | 37 |
| Octal | 126 | 51 | 355 | 100 | 123 | 0 | 7 | 376 | 124 | 67 |
| Binary | 1010110 | 101001 | 11101101 | 1000000 | 1010011 | 0 | 111 | 11111110 | 1010100 | 110111 |
Color Harmonies of #5629ED
Complementary color
Monochromatic Colors of #5629ED
Black with #5629ED
Text Example
Text Example
White with #5629ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5629ED; }
p { color: rgb(86,41,237); }
H1.HeaderClassName
{
color: #5629ED;
}
.AnyTagClassName
{
color: #5629ED;
}
</style>
background-color css
<style>
a { background-color: #5629ED; }
a { background-color: rgb(86,41,237); }
div.DivClassName
{
background-color: #5629ED;
}
.BgClassName
{
background-color: #5629ED;
}
</style>
border-color css
<style>
span { border-color: #5629ED; }
span { border-color: rgb(86,41,237); }
td.TdClassName
{
border-color: #5629ED;
}
.TagClassName
{
border-color: #5629ED;
}
</style>