Shades of Han Purple #5607E1
Tints of Han Purple #5607E1
RGB
CMYK
RGB Variations
Color information
#5607E1 (or 0x5607E1) is known color: Han Purple. HEX triplet: 56, 07 and E1. RGB value is (86,7,225). Sum of RGB (Red+Green+Blue) = 86+7+225=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 225 (88.28% from 255 or 70.75% from 318); Max value from RGB is 225 - color contains mainly: blue. Hex color #5607E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5607E1 is #A9F81E. Grayscale: #363636. Windows color (decimal): -11139103 or 14747478. OLE color: 14747478.
HSL color Cylindrical-coordinate representation of color #5607E1: hue angle of 261.74º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5607E1 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 7 | 225 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.12 |
| HSL | 261.74º | 0.94% | 0.45% | - |
| HSV(B) | 261.74º | 0.97% | 0.88% | - |
| XYZ | 17.5 | 7.57 | 71.77 | - |
| YUV | 55.47 | 223.67 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 225 | 0.62 | 0.97 | 0 | 0.12 | 261.74 | 0.94 | 0.45 |
| Hex | 56 | 7 | E1 | 3E | 61 | 0 | C | 106 | 5E | 2D |
| Octal | 126 | 7 | 341 | 76 | 141 | 0 | 14 | 406 | 136 | 55 |
| Binary | 1010110 | 111 | 11100001 | 111110 | 1100001 | 0 | 1100 | 100000110 | 1011110 | 101101 |
Color Harmonies of #5607E1
Complementary color
Monochromatic Colors of #5607E1
Black with #5607E1
Text Example
Text Example
White with #5607E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607E1; }
p { color: rgb(86,7,225); }
H1.HeaderClassName
{
color: #5607E1;
}
.AnyTagClassName
{
color: #5607E1;
}
</style>
background-color css
<style>
a { background-color: #5607E1; }
a { background-color: rgb(86,7,225); }
div.DivClassName
{
background-color: #5607E1;
}
.BgClassName
{
background-color: #5607E1;
}
</style>
border-color css
<style>
span { border-color: #5607E1; }
span { border-color: rgb(86,7,225); }
td.TdClassName
{
border-color: #5607E1;
}
.TagClassName
{
border-color: #5607E1;
}
</style>