Shades of Purple #701375
Tints of Purple #701375
RGB
CMYK
RGB Variations
Color information
#701375 (or 0x701375) is known color: Purple. HEX triplet: 70, 13 and 75. RGB value is (112,19,117). Sum of RGB (Red+Green+Blue) = 112+19+117=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #701375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701375 is #8FEC8A. Grayscale: #393939. Windows color (decimal): -9432203 or 7672688. OLE color: 7672688.
HSL color Cylindrical-coordinate representation of color #701375: hue angle of 296.94º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701375 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 19 | 117 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.54 |
| HSL | 296.94º | 0.72% | 0.27% | - |
| HSV(B) | 296.94º | 0.84% | 0.46% | - |
| XYZ | 10.13 | 5.19 | 17.3 | - |
| YUV | 57.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 117 | 0.04 | 0.84 | 0 | 0.54 | 296.94 | 0.72 | 0.27 |
| Hex | 70 | 13 | 75 | 4 | 54 | 0 | 36 | 129 | 48 | 1B |
| Octal | 160 | 23 | 165 | 4 | 124 | 0 | 66 | 451 | 110 | 33 |
| Binary | 1110000 | 10011 | 1110101 | 100 | 1010100 | 0 | 110110 | 100101001 | 1001000 | 11011 |
Color Harmonies of #701375
Complementary color
Monochromatic Colors of #701375
Black with #701375
Text Example
Text Example
White with #701375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701375; }
p { color: rgb(112,19,117); }
H1.HeaderClassName
{
color: #701375;
}
.AnyTagClassName
{
color: #701375;
}
</style>
background-color css
<style>
a { background-color: #701375; }
a { background-color: rgb(112,19,117); }
div.DivClassName
{
background-color: #701375;
}
.BgClassName
{
background-color: #701375;
}
</style>
border-color css
<style>
span { border-color: #701375; }
span { border-color: rgb(112,19,117); }
td.TdClassName
{
border-color: #701375;
}
.TagClassName
{
border-color: #701375;
}
</style>