Shades of Han Purple #7026FE
Tints of Han Purple #7026FE
RGB
CMYK
RGB Variations
Color information
#7026FE (or 0x7026FE) is known color: Han Purple. HEX triplet: 70, 26 and FE. RGB value is (112,38,254). Sum of RGB (Red+Green+Blue) = 112+38+254=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #7026FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7026FE is #8FD901. Grayscale: #535353. Windows color (decimal): -9427202 or 16655984. OLE color: 16655984.
HSL color Cylindrical-coordinate representation of color #7026FE: hue angle of 260.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7026FE is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 38 | 254 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.00 |
| HSL | 260.56º | 0.99% | 0.57% | - |
| HSV(B) | 260.56º | 0.85% | 1% | - |
| XYZ | 25.26 | 11.99 | 94.75 | - |
| YUV | 84.75 | 223.52 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 254 | 0.56 | 0.85 | 0 | 0.00 | 260.56 | 0.99 | 0.57 |
| Hex | 70 | 26 | FE | 38 | 55 | 0 | 0 | 105 | 63 | 39 |
| Octal | 160 | 46 | 376 | 70 | 125 | 0 | 0 | 405 | 143 | 71 |
| Binary | 1110000 | 100110 | 11111110 | 111000 | 1010101 | 0 | 0 | 100000101 | 1100011 | 111001 |
Color Harmonies of #7026FE
Complementary color
Monochromatic Colors of #7026FE
Black with #7026FE
Text Example
Text Example
White with #7026FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7026FE; }
p { color: rgb(112,38,254); }
H1.HeaderClassName
{
color: #7026FE;
}
.AnyTagClassName
{
color: #7026FE;
}
</style>
background-color css
<style>
a { background-color: #7026FE; }
a { background-color: rgb(112,38,254); }
div.DivClassName
{
background-color: #7026FE;
}
.BgClassName
{
background-color: #7026FE;
}
</style>
border-color css
<style>
span { border-color: #7026FE; }
span { border-color: rgb(112,38,254); }
td.TdClassName
{
border-color: #7026FE;
}
.TagClassName
{
border-color: #7026FE;
}
</style>