Shades of Han Purple #701FFD
Tints of Han Purple #701FFD
RGB
CMYK
RGB Variations
Color information
#701FFD (or 0x701FFD) is known color: Han Purple. HEX triplet: 70, 1F and FD. RGB value is (112,31,253). Sum of RGB (Red+Green+Blue) = 112+31+253=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #701FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FFD is #8FE002. Grayscale: #4F4F4F. Windows color (decimal): -9428995 or 16588656. OLE color: 16588656.
HSL color Cylindrical-coordinate representation of color #701FFD: hue angle of 261.89º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701FFD is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 31 | 253 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.01 |
| HSL | 261.89º | 0.98% | 0.56% | - |
| HSV(B) | 261.89º | 0.88% | 0.99% | - |
| XYZ | 24.9 | 11.52 | 93.84 | - |
| YUV | 80.53 | 225.34 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 253 | 0.56 | 0.88 | 0 | 0.01 | 261.89 | 0.98 | 0.56 |
| Hex | 70 | 1F | FD | 38 | 58 | 0 | 1 | 106 | 62 | 38 |
| Octal | 160 | 37 | 375 | 70 | 130 | 0 | 1 | 406 | 142 | 70 |
| Binary | 1110000 | 11111 | 11111101 | 111000 | 1011000 | 0 | 1 | 100000110 | 1100010 | 111000 |
Color Harmonies of #701FFD
Complementary color
Monochromatic Colors of #701FFD
Black with #701FFD
Text Example
Text Example
White with #701FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FFD; }
p { color: rgb(112,31,253); }
H1.HeaderClassName
{
color: #701FFD;
}
.AnyTagClassName
{
color: #701FFD;
}
</style>
background-color css
<style>
a { background-color: #701FFD; }
a { background-color: rgb(112,31,253); }
div.DivClassName
{
background-color: #701FFD;
}
.BgClassName
{
background-color: #701FFD;
}
</style>
border-color css
<style>
span { border-color: #701FFD; }
span { border-color: rgb(112,31,253); }
td.TdClassName
{
border-color: #701FFD;
}
.TagClassName
{
border-color: #701FFD;
}
</style>