Shades of Purple #701287
Tints of Purple #701287
RGB
CMYK
RGB Variations
Color information
#701287 (or 0x701287) is known color: Purple. HEX triplet: 70, 12 and 87. RGB value is (112,18,135). Sum of RGB (Red+Green+Blue) = 112+18+135=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #701287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701287 is #8FED78. Grayscale: #3B3B3B. Windows color (decimal): -9432441 or 8852080. OLE color: 8852080.
HSL color Cylindrical-coordinate representation of color #701287: hue angle of 288.21º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701287 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 18 | 135 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.47 |
| HSL | 288.21º | 0.76% | 0.3% | - |
| HSV(B) | 288.21º | 0.87% | 0.53% | - |
| XYZ | 11.27 | 5.63 | 23.41 | - |
| YUV | 59.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 135 | 0.17 | 0.87 | 0 | 0.47 | 288.21 | 0.76 | 0.3 |
| Hex | 70 | 12 | 87 | 11 | 57 | 0 | 2F | 120 | 4C | 1E |
| Octal | 160 | 22 | 207 | 21 | 127 | 0 | 57 | 440 | 114 | 36 |
| Binary | 1110000 | 10010 | 10000111 | 10001 | 1010111 | 0 | 101111 | 100100000 | 1001100 | 11110 |
Color Harmonies of #701287
Complementary color
Monochromatic Colors of #701287
Black with #701287
Text Example
Text Example
White with #701287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701287; }
p { color: rgb(112,18,135); }
H1.HeaderClassName
{
color: #701287;
}
.AnyTagClassName
{
color: #701287;
}
</style>
background-color css
<style>
a { background-color: #701287; }
a { background-color: rgb(112,18,135); }
div.DivClassName
{
background-color: #701287;
}
.BgClassName
{
background-color: #701287;
}
</style>
border-color css
<style>
span { border-color: #701287; }
span { border-color: rgb(112,18,135); }
td.TdClassName
{
border-color: #701287;
}
.TagClassName
{
border-color: #701287;
}
</style>