Shades of Purple #701372
Tints of Purple #701372
RGB
CMYK
RGB Variations
Color information
#701372 (or 0x701372) is known color: Purple. HEX triplet: 70, 13 and 72. RGB value is (112,19,114). Sum of RGB (Red+Green+Blue) = 112+19+114=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #701372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701372 is #8FEC8D. Grayscale: #393939. Windows color (decimal): -9432206 or 7476080. OLE color: 7476080.
HSL color Cylindrical-coordinate representation of color #701372: hue angle of 298.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701372 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 19 | 114 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.55 |
| HSL | 298.74º | 0.71% | 0.26% | - |
| HSV(B) | 298.74º | 0.83% | 0.45% | - |
| XYZ | 9.95 | 5.13 | 16.38 | - |
| YUV | 57.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 114 | 0.02 | 0.83 | 0 | 0.55 | 298.74 | 0.71 | 0.26 |
| Hex | 70 | 13 | 72 | 2 | 53 | 0 | 37 | 12B | 47 | 1A |
| Octal | 160 | 23 | 162 | 2 | 123 | 0 | 67 | 453 | 107 | 32 |
| Binary | 1110000 | 10011 | 1110010 | 10 | 1010011 | 0 | 110111 | 100101011 | 1000111 | 11010 |
Color Harmonies of #701372
Complementary color
Monochromatic Colors of #701372
Black with #701372
Text Example
Text Example
White with #701372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701372; }
p { color: rgb(112,19,114); }
H1.HeaderClassName
{
color: #701372;
}
.AnyTagClassName
{
color: #701372;
}
</style>
background-color css
<style>
a { background-color: #701372; }
a { background-color: rgb(112,19,114); }
div.DivClassName
{
background-color: #701372;
}
.BgClassName
{
background-color: #701372;
}
</style>
border-color css
<style>
span { border-color: #701372; }
span { border-color: rgb(112,19,114); }
td.TdClassName
{
border-color: #701372;
}
.TagClassName
{
border-color: #701372;
}
</style>