Shades of Han Purple #701FFE
Tints of Han Purple #701FFE
RGB
CMYK
RGB Variations
Color information
#701FFE (or 0x701FFE) is known color: Han Purple. HEX triplet: 70, 1F and FE. RGB value is (112,31,254). Sum of RGB (Red+Green+Blue) = 112+31+254=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #701FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FFE is #8FE001. Grayscale: #4F4F4F. Windows color (decimal): -9428994 or 16654192. OLE color: 16654192.
HSL color Cylindrical-coordinate representation of color #701FFE: hue angle of 261.79º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701FFE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 31 | 254 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.00 |
| HSL | 261.79º | 0.99% | 0.56% | - |
| HSV(B) | 261.79º | 0.88% | 1% | - |
| XYZ | 25.06 | 11.58 | 94.68 | - |
| YUV | 80.64 | 225.84 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 254 | 0.56 | 0.88 | 0 | 0.00 | 261.79 | 0.99 | 0.56 |
| Hex | 70 | 1F | FE | 38 | 58 | 0 | 0 | 106 | 63 | 38 |
| Octal | 160 | 37 | 376 | 70 | 130 | 0 | 0 | 406 | 143 | 70 |
| Binary | 1110000 | 11111 | 11111110 | 111000 | 1011000 | 0 | 0 | 100000110 | 1100011 | 111000 |
Color Harmonies of #701FFE
Complementary color
Monochromatic Colors of #701FFE
Black with #701FFE
Text Example
Text Example
White with #701FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FFE; }
p { color: rgb(112,31,254); }
H1.HeaderClassName
{
color: #701FFE;
}
.AnyTagClassName
{
color: #701FFE;
}
</style>
background-color css
<style>
a { background-color: #701FFE; }
a { background-color: rgb(112,31,254); }
div.DivClassName
{
background-color: #701FFE;
}
.BgClassName
{
background-color: #701FFE;
}
</style>
border-color css
<style>
span { border-color: #701FFE; }
span { border-color: rgb(112,31,254); }
td.TdClassName
{
border-color: #701FFE;
}
.TagClassName
{
border-color: #701FFE;
}
</style>