Shades of Han Purple #702EFE
Tints of Han Purple #702EFE
RGB
CMYK
RGB Variations
Color information
#702EFE (or 0x702EFE) is known color: Han Purple. HEX triplet: 70, 2E and FE. RGB value is (112,46,254). Sum of RGB (Red+Green+Blue) = 112+46+254=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #702EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EFE is #8FD101. Grayscale: #585858. Windows color (decimal): -9425154 or 16658032. OLE color: 16658032.
HSL color Cylindrical-coordinate representation of color #702EFE: hue angle of 259.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702EFE is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 46 | 254 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.00 |
| HSL | 259.04º | 0.99% | 0.59% | - |
| HSV(B) | 259.04º | 0.82% | 1% | - |
| XYZ | 25.55 | 12.55 | 94.84 | - |
| YUV | 89.45 | 220.87 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 254 | 0.56 | 0.82 | 0 | 0.00 | 259.04 | 0.99 | 0.59 |
| Hex | 70 | 2E | FE | 38 | 52 | 0 | 0 | 103 | 63 | 3B |
| Octal | 160 | 56 | 376 | 70 | 122 | 0 | 0 | 403 | 143 | 73 |
| Binary | 1110000 | 101110 | 11111110 | 111000 | 1010010 | 0 | 0 | 100000011 | 1100011 | 111011 |
Color Harmonies of #702EFE
Complementary color
Monochromatic Colors of #702EFE
Black with #702EFE
Text Example
Text Example
White with #702EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EFE; }
p { color: rgb(112,46,254); }
H1.HeaderClassName
{
color: #702EFE;
}
.AnyTagClassName
{
color: #702EFE;
}
</style>
background-color css
<style>
a { background-color: #702EFE; }
a { background-color: rgb(112,46,254); }
div.DivClassName
{
background-color: #702EFE;
}
.BgClassName
{
background-color: #702EFE;
}
</style>
border-color css
<style>
span { border-color: #702EFE; }
span { border-color: rgb(112,46,254); }
td.TdClassName
{
border-color: #702EFE;
}
.TagClassName
{
border-color: #702EFE;
}
</style>