Shades of Han Purple #5625E9
Tints of Han Purple #5625E9
RGB
CMYK
RGB Variations
Color information
#5625E9 (or 0x5625E9) is known color: Han Purple. HEX triplet: 56, 25 and E9. RGB value is (86,37,233). Sum of RGB (Red+Green+Blue) = 86+37+233=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #5625E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5625E9 is #A9DA16. Grayscale: #494949. Windows color (decimal): -11131415 or 15279446. OLE color: 15279446.
HSL color Cylindrical-coordinate representation of color #5625E9: hue angle of 255º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5625E9 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 37 | 233 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.09 |
| HSL | 255º | 0.82% | 0.53% | - |
| HSV(B) | 255º | 0.84% | 0.91% | - |
| XYZ | 19.21 | 9.18 | 77.85 | - |
| YUV | 74 | 217.73 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 233 | 0.63 | 0.84 | 0 | 0.09 | 255 | 0.82 | 0.53 |
| Hex | 56 | 25 | E9 | 3F | 54 | 0 | 9 | FF | 52 | 35 |
| Octal | 126 | 45 | 351 | 77 | 124 | 0 | 11 | 377 | 122 | 65 |
| Binary | 1010110 | 100101 | 11101001 | 111111 | 1010100 | 0 | 1001 | 11111111 | 1010010 | 110101 |
Color Harmonies of #5625E9
Complementary color
Monochromatic Colors of #5625E9
Black with #5625E9
Text Example
Text Example
White with #5625E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5625E9; }
p { color: rgb(86,37,233); }
H1.HeaderClassName
{
color: #5625E9;
}
.AnyTagClassName
{
color: #5625E9;
}
</style>
background-color css
<style>
a { background-color: #5625E9; }
a { background-color: rgb(86,37,233); }
div.DivClassName
{
background-color: #5625E9;
}
.BgClassName
{
background-color: #5625E9;
}
</style>
border-color css
<style>
span { border-color: #5625E9; }
span { border-color: rgb(86,37,233); }
td.TdClassName
{
border-color: #5625E9;
}
.TagClassName
{
border-color: #5625E9;
}
</style>