Shades of Han Purple #701EF9
Tints of Han Purple #701EF9
RGB
CMYK
RGB Variations
Color information
#701EF9 (or 0x701EF9) is known color: Han Purple. HEX triplet: 70, 1E and F9. RGB value is (112,30,249). Sum of RGB (Red+Green+Blue) = 112+30+249=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #701EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EF9 is #8FE106. Grayscale: #4E4E4E. Windows color (decimal): -9429255 or 16326256. OLE color: 16326256.
HSL color Cylindrical-coordinate representation of color #701EF9: hue angle of 262.47º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701EF9 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 30 | 249 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.02 |
| HSL | 262.47º | 0.95% | 0.55% | - |
| HSV(B) | 262.47º | 0.88% | 0.98% | - |
| XYZ | 24.25 | 11.21 | 90.51 | - |
| YUV | 79.48 | 223.67 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 249 | 0.55 | 0.88 | 0 | 0.02 | 262.47 | 0.95 | 0.55 |
| Hex | 70 | 1E | F9 | 37 | 58 | 0 | 2 | 106 | 5F | 37 |
| Octal | 160 | 36 | 371 | 67 | 130 | 0 | 2 | 406 | 137 | 67 |
| Binary | 1110000 | 11110 | 11111001 | 110111 | 1011000 | 0 | 10 | 100000110 | 1011111 | 110111 |
Color Harmonies of #701EF9
Complementary color
Monochromatic Colors of #701EF9
Black with #701EF9
Text Example
Text Example
White with #701EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EF9; }
p { color: rgb(112,30,249); }
H1.HeaderClassName
{
color: #701EF9;
}
.AnyTagClassName
{
color: #701EF9;
}
</style>
background-color css
<style>
a { background-color: #701EF9; }
a { background-color: rgb(112,30,249); }
div.DivClassName
{
background-color: #701EF9;
}
.BgClassName
{
background-color: #701EF9;
}
</style>
border-color css
<style>
span { border-color: #701EF9; }
span { border-color: rgb(112,30,249); }
td.TdClassName
{
border-color: #701EF9;
}
.TagClassName
{
border-color: #701EF9;
}
</style>