Shades of Han Purple #7022F4
Tints of Han Purple #7022F4
RGB
CMYK
RGB Variations
Color information
#7022F4 (or 0x7022F4) is known color: Han Purple. HEX triplet: 70, 22 and F4. RGB value is (112,34,244). Sum of RGB (Red+Green+Blue) = 112+34+244=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #7022F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7022F4 is #8FDD0B. Grayscale: #505050. Windows color (decimal): -9428236 or 15999600. OLE color: 15999600.
HSL color Cylindrical-coordinate representation of color #7022F4: hue angle of 262.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7022F4 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 34 | 244 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.04 |
| HSL | 262.29º | 0.91% | 0.55% | - |
| HSV(B) | 262.29º | 0.86% | 0.96% | - |
| XYZ | 23.58 | 11.12 | 86.49 | - |
| YUV | 81.26 | 219.84 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 244 | 0.54 | 0.86 | 0 | 0.04 | 262.29 | 0.91 | 0.55 |
| Hex | 70 | 22 | F4 | 36 | 56 | 0 | 4 | 106 | 5B | 37 |
| Octal | 160 | 42 | 364 | 66 | 126 | 0 | 4 | 406 | 133 | 67 |
| Binary | 1110000 | 100010 | 11110100 | 110110 | 1010110 | 0 | 100 | 100000110 | 1011011 | 110111 |
Color Harmonies of #7022F4
Complementary color
Monochromatic Colors of #7022F4
Black with #7022F4
Text Example
Text Example
White with #7022F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022F4; }
p { color: rgb(112,34,244); }
H1.HeaderClassName
{
color: #7022F4;
}
.AnyTagClassName
{
color: #7022F4;
}
</style>
background-color css
<style>
a { background-color: #7022F4; }
a { background-color: rgb(112,34,244); }
div.DivClassName
{
background-color: #7022F4;
}
.BgClassName
{
background-color: #7022F4;
}
</style>
border-color css
<style>
span { border-color: #7022F4; }
span { border-color: rgb(112,34,244); }
td.TdClassName
{
border-color: #7022F4;
}
.TagClassName
{
border-color: #7022F4;
}
</style>