Shades of Han Purple #5607EE
Tints of Han Purple #5607EE
RGB
CMYK
RGB Variations
Color information
#5607EE (or 0x5607EE) is known color: Han Purple. HEX triplet: 56, 07 and EE. RGB value is (86,7,238). Sum of RGB (Red+Green+Blue) = 86+7+238=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #5607EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5607EE is #A9F811. Grayscale: #383838. Windows color (decimal): -11139090 or 15599446. OLE color: 15599446.
HSL color Cylindrical-coordinate representation of color #5607EE: hue angle of 260.52º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5607EE is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 7 | 238 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.07 |
| HSL | 260.52º | 0.94% | 0.48% | - |
| HSV(B) | 260.52º | 0.97% | 0.93% | - |
| XYZ | 19.35 | 8.3 | 81.47 | - |
| YUV | 56.96 | 230.17 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 238 | 0.64 | 0.97 | 0 | 0.07 | 260.52 | 0.94 | 0.48 |
| Hex | 56 | 7 | EE | 40 | 61 | 0 | 7 | 105 | 5E | 30 |
| Octal | 126 | 7 | 356 | 100 | 141 | 0 | 7 | 405 | 136 | 60 |
| Binary | 1010110 | 111 | 11101110 | 1000000 | 1100001 | 0 | 111 | 100000101 | 1011110 | 110000 |
Color Harmonies of #5607EE
Complementary color
Monochromatic Colors of #5607EE
Black with #5607EE
Text Example
Text Example
White with #5607EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607EE; }
p { color: rgb(86,7,238); }
H1.HeaderClassName
{
color: #5607EE;
}
.AnyTagClassName
{
color: #5607EE;
}
</style>
background-color css
<style>
a { background-color: #5607EE; }
a { background-color: rgb(86,7,238); }
div.DivClassName
{
background-color: #5607EE;
}
.BgClassName
{
background-color: #5607EE;
}
</style>
border-color css
<style>
span { border-color: #5607EE; }
span { border-color: rgb(86,7,238); }
td.TdClassName
{
border-color: #5607EE;
}
.TagClassName
{
border-color: #5607EE;
}
</style>