Shades of Han Purple #701FFC
Tints of Han Purple #701FFC
RGB
CMYK
RGB Variations
Color information
#701FFC (or 0x701FFC) is known color: Han Purple. HEX triplet: 70, 1F and FC. RGB value is (112,31,252). Sum of RGB (Red+Green+Blue) = 112+31+252=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #701FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701FFC is #8FE003. Grayscale: #4F4F4F. Windows color (decimal): -9428996 or 16523120. OLE color: 16523120.
HSL color Cylindrical-coordinate representation of color #701FFC: hue angle of 261.99º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701FFC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 31 | 252 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.01 |
| HSL | 261.99º | 0.97% | 0.55% | - |
| HSV(B) | 261.99º | 0.88% | 0.99% | - |
| XYZ | 24.74 | 11.45 | 93 | - |
| YUV | 80.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 252 | 0.56 | 0.88 | 0 | 0.01 | 261.99 | 0.97 | 0.55 |
| Hex | 70 | 1F | FC | 38 | 58 | 0 | 1 | 106 | 61 | 37 |
| Octal | 160 | 37 | 374 | 70 | 130 | 0 | 1 | 406 | 141 | 67 |
| Binary | 1110000 | 11111 | 11111100 | 111000 | 1011000 | 0 | 1 | 100000110 | 1100001 | 110111 |
Color Harmonies of #701FFC
Complementary color
Monochromatic Colors of #701FFC
Black with #701FFC
Text Example
Text Example
White with #701FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FFC; }
p { color: rgb(112,31,252); }
H1.HeaderClassName
{
color: #701FFC;
}
.AnyTagClassName
{
color: #701FFC;
}
</style>
background-color css
<style>
a { background-color: #701FFC; }
a { background-color: rgb(112,31,252); }
div.DivClassName
{
background-color: #701FFC;
}
.BgClassName
{
background-color: #701FFC;
}
</style>
border-color css
<style>
span { border-color: #701FFC; }
span { border-color: rgb(112,31,252); }
td.TdClassName
{
border-color: #701FFC;
}
.TagClassName
{
border-color: #701FFC;
}
</style>