Shades of Purple #701385
Tints of Purple #701385
RGB
CMYK
RGB Variations
Color information
#701385 (or 0x701385) is known color: Purple. HEX triplet: 70, 13 and 85. RGB value is (112,19,133). Sum of RGB (Red+Green+Blue) = 112+19+133=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #701385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701385 is #8FEC7A. Grayscale: #3B3B3B. Windows color (decimal): -9432187 or 8721264. OLE color: 8721264.
HSL color Cylindrical-coordinate representation of color #701385: hue angle of 288.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701385 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 19 | 133 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.48 |
| HSL | 288.95º | 0.75% | 0.3% | - |
| HSV(B) | 288.95º | 0.86% | 0.52% | - |
| XYZ | 11.15 | 5.6 | 22.68 | - |
| YUV | 59.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 133 | 0.16 | 0.86 | 0 | 0.48 | 288.95 | 0.75 | 0.3 |
| Hex | 70 | 13 | 85 | 10 | 56 | 0 | 30 | 121 | 4B | 1E |
| Octal | 160 | 23 | 205 | 20 | 126 | 0 | 60 | 441 | 113 | 36 |
| Binary | 1110000 | 10011 | 10000101 | 10000 | 1010110 | 0 | 110000 | 100100001 | 1001011 | 11110 |
Color Harmonies of #701385
Complementary color
Monochromatic Colors of #701385
Black with #701385
Text Example
Text Example
White with #701385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701385; }
p { color: rgb(112,19,133); }
H1.HeaderClassName
{
color: #701385;
}
.AnyTagClassName
{
color: #701385;
}
</style>
background-color css
<style>
a { background-color: #701385; }
a { background-color: rgb(112,19,133); }
div.DivClassName
{
background-color: #701385;
}
.BgClassName
{
background-color: #701385;
}
</style>
border-color css
<style>
span { border-color: #701385; }
span { border-color: rgb(112,19,133); }
td.TdClassName
{
border-color: #701385;
}
.TagClassName
{
border-color: #701385;
}
</style>