Shades of Han Purple #5632ED
Tints of Han Purple #5632ED
RGB
CMYK
RGB Variations
Color information
#5632ED (or 0x5632ED) is known color: Han Purple. HEX triplet: 56, 32 and ED. RGB value is (86,50,237). Sum of RGB (Red+Green+Blue) = 86+50+237=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #5632ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5632ED is #A9CD12. Grayscale: #515151. Windows color (decimal): -11128083 or 15544918. OLE color: 15544918.
HSL color Cylindrical-coordinate representation of color #5632ED: hue angle of 251.55º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5632ED is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 50 | 237 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.07 |
| HSL | 251.55º | 0.84% | 0.56% | - |
| HSV(B) | 251.55º | 0.79% | 0.93% | - |
| XYZ | 20.26 | 10.37 | 81.06 | - |
| YUV | 82.08 | 215.43 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 237 | 0.64 | 0.79 | 0 | 0.07 | 251.55 | 0.84 | 0.56 |
| Hex | 56 | 32 | ED | 40 | 4F | 0 | 7 | FC | 54 | 38 |
| Octal | 126 | 62 | 355 | 100 | 117 | 0 | 7 | 374 | 124 | 70 |
| Binary | 1010110 | 110010 | 11101101 | 1000000 | 1001111 | 0 | 111 | 11111100 | 1010100 | 111000 |
Color Harmonies of #5632ED
Complementary color
Monochromatic Colors of #5632ED
Black with #5632ED
Text Example
Text Example
White with #5632ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5632ED; }
p { color: rgb(86,50,237); }
H1.HeaderClassName
{
color: #5632ED;
}
.AnyTagClassName
{
color: #5632ED;
}
</style>
background-color css
<style>
a { background-color: #5632ED; }
a { background-color: rgb(86,50,237); }
div.DivClassName
{
background-color: #5632ED;
}
.BgClassName
{
background-color: #5632ED;
}
</style>
border-color css
<style>
span { border-color: #5632ED; }
span { border-color: rgb(86,50,237); }
td.TdClassName
{
border-color: #5632ED;
}
.TagClassName
{
border-color: #5632ED;
}
</style>