Shades of Han Purple #702CFE
Tints of Han Purple #702CFE
RGB
CMYK
RGB Variations
Color information
#702CFE (or 0x702CFE) is known color: Han Purple. HEX triplet: 70, 2C and FE. RGB value is (112,44,254). Sum of RGB (Red+Green+Blue) = 112+44+254=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #702CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702CFE is #8FD301. Grayscale: #575757. Windows color (decimal): -9425666 or 16657520. OLE color: 16657520.
HSL color Cylindrical-coordinate representation of color #702CFE: hue angle of 259.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #702CFE is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 44 | 254 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.00 |
| HSL | 259.43º | 0.99% | 0.58% | - |
| HSV(B) | 259.43º | 0.83% | 1% | - |
| XYZ | 25.47 | 12.4 | 94.82 | - |
| YUV | 88.27 | 221.53 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 254 | 0.56 | 0.83 | 0 | 0.00 | 259.43 | 0.99 | 0.58 |
| Hex | 70 | 2C | FE | 38 | 53 | 0 | 0 | 103 | 63 | 3A |
| Octal | 160 | 54 | 376 | 70 | 123 | 0 | 0 | 403 | 143 | 72 |
| Binary | 1110000 | 101100 | 11111110 | 111000 | 1010011 | 0 | 0 | 100000011 | 1100011 | 111010 |
Color Harmonies of #702CFE
Complementary color
Monochromatic Colors of #702CFE
Black with #702CFE
Text Example
Text Example
White with #702CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CFE; }
p { color: rgb(112,44,254); }
H1.HeaderClassName
{
color: #702CFE;
}
.AnyTagClassName
{
color: #702CFE;
}
</style>
background-color css
<style>
a { background-color: #702CFE; }
a { background-color: rgb(112,44,254); }
div.DivClassName
{
background-color: #702CFE;
}
.BgClassName
{
background-color: #702CFE;
}
</style>
border-color css
<style>
span { border-color: #702CFE; }
span { border-color: rgb(112,44,254); }
td.TdClassName
{
border-color: #702CFE;
}
.TagClassName
{
border-color: #702CFE;
}
</style>