Shades of Han Purple #5607F1
Tints of Han Purple #5607F1
RGB
CMYK
RGB Variations
Color information
#5607F1 (or 0x5607F1) is known color: Han Purple. HEX triplet: 56, 07 and F1. RGB value is (86,7,241). Sum of RGB (Red+Green+Blue) = 86+7+241=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #5607F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5607F1 is #A9F80E. Grayscale: #383838. Windows color (decimal): -11139087 or 15796054. OLE color: 15796054.
HSL color Cylindrical-coordinate representation of color #5607F1: hue angle of 260.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5607F1 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 7 | 241 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.05 |
| HSL | 260.26º | 0.94% | 0.49% | - |
| HSV(B) | 260.26º | 0.97% | 0.95% | - |
| XYZ | 19.79 | 8.48 | 83.81 | - |
| YUV | 57.3 | 231.67 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 241 | 0.64 | 0.97 | 0 | 0.05 | 260.26 | 0.94 | 0.49 |
| Hex | 56 | 7 | F1 | 40 | 61 | 0 | 5 | 104 | 5E | 31 |
| Octal | 126 | 7 | 361 | 100 | 141 | 0 | 5 | 404 | 136 | 61 |
| Binary | 1010110 | 111 | 11110001 | 1000000 | 1100001 | 0 | 101 | 100000100 | 1011110 | 110001 |
Color Harmonies of #5607F1
Complementary color
Monochromatic Colors of #5607F1
Black with #5607F1
Text Example
Text Example
White with #5607F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607F1; }
p { color: rgb(86,7,241); }
H1.HeaderClassName
{
color: #5607F1;
}
.AnyTagClassName
{
color: #5607F1;
}
</style>
background-color css
<style>
a { background-color: #5607F1; }
a { background-color: rgb(86,7,241); }
div.DivClassName
{
background-color: #5607F1;
}
.BgClassName
{
background-color: #5607F1;
}
</style>
border-color css
<style>
span { border-color: #5607F1; }
span { border-color: rgb(86,7,241); }
td.TdClassName
{
border-color: #5607F1;
}
.TagClassName
{
border-color: #5607F1;
}
</style>