Shades of Han Purple #5607FE
Tints of Han Purple #5607FE
RGB
CMYK
RGB Variations
Color information
#5607FE (or 0x5607FE) is known color: Han Purple. HEX triplet: 56, 07 and FE. RGB value is (86,7,254). Sum of RGB (Red+Green+Blue) = 86+7+254=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #5607FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5607FE is #A9F801. Grayscale: #393939. Windows color (decimal): -11139074 or 16648022. OLE color: 16648022.
HSL color Cylindrical-coordinate representation of color #5607FE: hue angle of 259.19º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5607FE is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 7 | 254 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.00 |
| HSL | 259.19º | 0.99% | 0.51% | - |
| HSV(B) | 259.19º | 0.97% | 1% | - |
| XYZ | 21.8 | 9.29 | 94.41 | - |
| YUV | 58.78 | 238.17 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 254 | 0.66 | 0.97 | 0 | 0.00 | 259.19 | 0.99 | 0.51 |
| Hex | 56 | 7 | FE | 42 | 61 | 0 | 0 | 103 | 63 | 33 |
| Octal | 126 | 7 | 376 | 102 | 141 | 0 | 0 | 403 | 143 | 63 |
| Binary | 1010110 | 111 | 11111110 | 1000010 | 1100001 | 0 | 0 | 100000011 | 1100011 | 110011 |
Color Harmonies of #5607FE
Complementary color
Monochromatic Colors of #5607FE
Black with #5607FE
Text Example
Text Example
White with #5607FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5607FE; }
p { color: rgb(86,7,254); }
H1.HeaderClassName
{
color: #5607FE;
}
.AnyTagClassName
{
color: #5607FE;
}
</style>
background-color css
<style>
a { background-color: #5607FE; }
a { background-color: rgb(86,7,254); }
div.DivClassName
{
background-color: #5607FE;
}
.BgClassName
{
background-color: #5607FE;
}
</style>
border-color css
<style>
span { border-color: #5607FE; }
span { border-color: rgb(86,7,254); }
td.TdClassName
{
border-color: #5607FE;
}
.TagClassName
{
border-color: #5607FE;
}
</style>