Shades of Purple #701885
Tints of Purple #701885
RGB
CMYK
RGB Variations
Color information
#701885 (or 0x701885) is known color: Purple. HEX triplet: 70, 18 and 85. RGB value is (112,24,133). Sum of RGB (Red+Green+Blue) = 112+24+133=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #701885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701885 is #8FE77A. Grayscale: #3E3E3E. Windows color (decimal): -9430907 or 8722544. OLE color: 8722544.
HSL color Cylindrical-coordinate representation of color #701885: hue angle of 288.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701885 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 24 | 133 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.48 |
| HSL | 288.44º | 0.69% | 0.31% | - |
| HSV(B) | 288.44º | 0.82% | 0.52% | - |
| XYZ | 11.24 | 5.79 | 22.72 | - |
| YUV | 62.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 133 | 0.16 | 0.82 | 0 | 0.48 | 288.44 | 0.69 | 0.31 |
| Hex | 70 | 18 | 85 | 10 | 52 | 0 | 30 | 120 | 45 | 1F |
| Octal | 160 | 30 | 205 | 20 | 122 | 0 | 60 | 440 | 105 | 37 |
| Binary | 1110000 | 11000 | 10000101 | 10000 | 1010010 | 0 | 110000 | 100100000 | 1000101 | 11111 |
Color Harmonies of #701885
Complementary color
Monochromatic Colors of #701885
Black with #701885
Text Example
Text Example
White with #701885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701885; }
p { color: rgb(112,24,133); }
H1.HeaderClassName
{
color: #701885;
}
.AnyTagClassName
{
color: #701885;
}
</style>
background-color css
<style>
a { background-color: #701885; }
a { background-color: rgb(112,24,133); }
div.DivClassName
{
background-color: #701885;
}
.BgClassName
{
background-color: #701885;
}
</style>
border-color css
<style>
span { border-color: #701885; }
span { border-color: rgb(112,24,133); }
td.TdClassName
{
border-color: #701885;
}
.TagClassName
{
border-color: #701885;
}
</style>