Shades of Han Purple #7022F9
Tints of Han Purple #7022F9
RGB
CMYK
RGB Variations
Color information
#7022F9 (or 0x7022F9) is known color: Han Purple. HEX triplet: 70, 22 and F9. RGB value is (112,34,249). Sum of RGB (Red+Green+Blue) = 112+34+249=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #7022F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7022F9 is #8FDD06. Grayscale: #515151. Windows color (decimal): -9428231 or 16327280. OLE color: 16327280.
HSL color Cylindrical-coordinate representation of color #7022F9: hue angle of 261.77º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7022F9 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 34 | 249 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.02 |
| HSL | 261.77º | 0.95% | 0.55% | - |
| HSV(B) | 261.77º | 0.86% | 0.98% | - |
| XYZ | 24.35 | 11.43 | 90.54 | - |
| YUV | 81.83 | 222.34 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 249 | 0.55 | 0.86 | 0 | 0.02 | 261.77 | 0.95 | 0.55 |
| Hex | 70 | 22 | F9 | 37 | 56 | 0 | 2 | 106 | 5F | 37 |
| Octal | 160 | 42 | 371 | 67 | 126 | 0 | 2 | 406 | 137 | 67 |
| Binary | 1110000 | 100010 | 11111001 | 110111 | 1010110 | 0 | 10 | 100000110 | 1011111 | 110111 |
Color Harmonies of #7022F9
Complementary color
Monochromatic Colors of #7022F9
Black with #7022F9
Text Example
Text Example
White with #7022F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022F9; }
p { color: rgb(112,34,249); }
H1.HeaderClassName
{
color: #7022F9;
}
.AnyTagClassName
{
color: #7022F9;
}
</style>
background-color css
<style>
a { background-color: #7022F9; }
a { background-color: rgb(112,34,249); }
div.DivClassName
{
background-color: #7022F9;
}
.BgClassName
{
background-color: #7022F9;
}
</style>
border-color css
<style>
span { border-color: #7022F9; }
span { border-color: rgb(112,34,249); }
td.TdClassName
{
border-color: #7022F9;
}
.TagClassName
{
border-color: #7022F9;
}
</style>