Shades of Han Purple #702EF9
Tints of Han Purple #702EF9
RGB
CMYK
RGB Variations
Color information
#702EF9 (or 0x702EF9) is known color: Han Purple. HEX triplet: 70, 2E and F9. RGB value is (112,46,249). Sum of RGB (Red+Green+Blue) = 112+46+249=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #702EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EF9 is #8FD106. Grayscale: #585858. Windows color (decimal): -9425159 or 16330352. OLE color: 16330352.
HSL color Cylindrical-coordinate representation of color #702EF9: hue angle of 259.51º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702EF9 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 46 | 249 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.02 |
| HSL | 259.51º | 0.94% | 0.58% | - |
| HSV(B) | 259.51º | 0.82% | 0.98% | - |
| XYZ | 24.76 | 12.24 | 90.68 | - |
| YUV | 88.88 | 218.37 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 249 | 0.55 | 0.82 | 0 | 0.02 | 259.51 | 0.94 | 0.58 |
| Hex | 70 | 2E | F9 | 37 | 52 | 0 | 2 | 104 | 5E | 3A |
| Octal | 160 | 56 | 371 | 67 | 122 | 0 | 2 | 404 | 136 | 72 |
| Binary | 1110000 | 101110 | 11111001 | 110111 | 1010010 | 0 | 10 | 100000100 | 1011110 | 111010 |
Color Harmonies of #702EF9
Complementary color
Monochromatic Colors of #702EF9
Black with #702EF9
Text Example
Text Example
White with #702EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EF9; }
p { color: rgb(112,46,249); }
H1.HeaderClassName
{
color: #702EF9;
}
.AnyTagClassName
{
color: #702EF9;
}
</style>
background-color css
<style>
a { background-color: #702EF9; }
a { background-color: rgb(112,46,249); }
div.DivClassName
{
background-color: #702EF9;
}
.BgClassName
{
background-color: #702EF9;
}
</style>
border-color css
<style>
span { border-color: #702EF9; }
span { border-color: rgb(112,46,249); }
td.TdClassName
{
border-color: #702EF9;
}
.TagClassName
{
border-color: #702EF9;
}
</style>