Shades of Han Purple #7036FE
Tints of Han Purple #7036FE
RGB
CMYK
RGB Variations
Color information
#7036FE (or 0x7036FE) is known color: Han Purple. HEX triplet: 70, 36 and FE. RGB value is (112,54,254). Sum of RGB (Red+Green+Blue) = 112+54+254=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #7036FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7036FE is #8FC901. Grayscale: #5D5D5D. Windows color (decimal): -9423106 or 16660080. OLE color: 16660080.
HSL color Cylindrical-coordinate representation of color #7036FE: hue angle of 257.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7036FE is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 54 | 254 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.00 |
| HSL | 257.4º | 0.99% | 0.6% | - |
| HSV(B) | 257.4º | 0.79% | 1% | - |
| XYZ | 25.89 | 13.24 | 94.96 | - |
| YUV | 94.14 | 218.22 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 254 | 0.56 | 0.79 | 0 | 0.00 | 257.4 | 0.99 | 0.6 |
| Hex | 70 | 36 | FE | 38 | 4F | 0 | 0 | 101 | 63 | 3C |
| Octal | 160 | 66 | 376 | 70 | 117 | 0 | 0 | 401 | 143 | 74 |
| Binary | 1110000 | 110110 | 11111110 | 111000 | 1001111 | 0 | 0 | 100000001 | 1100011 | 111100 |
Color Harmonies of #7036FE
Complementary color
Monochromatic Colors of #7036FE
Black with #7036FE
Text Example
Text Example
White with #7036FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7036FE; }
p { color: rgb(112,54,254); }
H1.HeaderClassName
{
color: #7036FE;
}
.AnyTagClassName
{
color: #7036FE;
}
</style>
background-color css
<style>
a { background-color: #7036FE; }
a { background-color: rgb(112,54,254); }
div.DivClassName
{
background-color: #7036FE;
}
.BgClassName
{
background-color: #7036FE;
}
</style>
border-color css
<style>
span { border-color: #7036FE; }
span { border-color: rgb(112,54,254); }
td.TdClassName
{
border-color: #7036FE;
}
.TagClassName
{
border-color: #7036FE;
}
</style>