Shades of Han Purple #5607F5
Tints of Han Purple #5607F5
RGB
CMYK
RGB Variations
Color information
#5607F5 (or 0x5607F5) is known color: Han Purple. HEX triplet: 56, 07 and F5. RGB value is (86,7,245). Sum of RGB (Red+Green+Blue) = 86+7+245=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 245 (96.09% from 255 or 72.49% from 338); Max value from RGB is 245 - color contains mainly: blue. Hex color #5607F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5607F5 is #A9F80A. Grayscale: #383838. Windows color (decimal): -11139083 or 16058198. OLE color: 16058198.
HSL color Cylindrical-coordinate representation of color #5607F5: hue angle of 259.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5607F5 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 7 | 245 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.04 |
| HSL | 259.92º | 0.94% | 0.49% | - |
| HSV(B) | 259.92º | 0.97% | 0.96% | - |
| XYZ | 20.4 | 8.72 | 86.99 | - |
| YUV | 57.75 | 233.67 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 245 | 0.65 | 0.97 | 0 | 0.04 | 259.92 | 0.94 | 0.49 |
| Hex | 56 | 7 | F5 | 41 | 61 | 0 | 4 | 104 | 5E | 31 |
| Octal | 126 | 7 | 365 | 101 | 141 | 0 | 4 | 404 | 136 | 61 |
| Binary | 1010110 | 111 | 11110101 | 1000001 | 1100001 | 0 | 100 | 100000100 | 1011110 | 110001 |
Color Harmonies of #5607F5
Complementary color
Monochromatic Colors of #5607F5
Black with #5607F5
Text Example
Text Example
White with #5607F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607F5; }
p { color: rgb(86,7,245); }
H1.HeaderClassName
{
color: #5607F5;
}
.AnyTagClassName
{
color: #5607F5;
}
</style>
background-color css
<style>
a { background-color: #5607F5; }
a { background-color: rgb(86,7,245); }
div.DivClassName
{
background-color: #5607F5;
}
.BgClassName
{
background-color: #5607F5;
}
</style>
border-color css
<style>
span { border-color: #5607F5; }
span { border-color: rgb(86,7,245); }
td.TdClassName
{
border-color: #5607F5;
}
.TagClassName
{
border-color: #5607F5;
}
</style>