Shades of Purple #700187
Tints of Purple #700187
RGB
CMYK
RGB Variations
Color information
#700187 (or 0x700187) is known color: Purple. HEX triplet: 70, 01 and 87. RGB value is (112,1,135). Sum of RGB (Red+Green+Blue) = 112+1+135=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #700187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700187 is #8FFE78. Grayscale: #313131. Windows color (decimal): -9436793 or 8847728. OLE color: 8847728.
HSL color Cylindrical-coordinate representation of color #700187: hue angle of 289.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700187 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 1 | 135 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.47 |
| HSL | 289.7º | 0.99% | 0.27% | - |
| HSV(B) | 289.7º | 0.99% | 0.53% | - |
| XYZ | 11.07 | 5.22 | 23.35 | - |
| YUV | 49.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 135 | 0.17 | 0.99 | 0 | 0.47 | 289.7 | 0.99 | 0.27 |
| Hex | 70 | 1 | 87 | 11 | 63 | 0 | 2F | 122 | 63 | 1B |
| Octal | 160 | 1 | 207 | 21 | 143 | 0 | 57 | 442 | 143 | 33 |
| Binary | 1110000 | 1 | 10000111 | 10001 | 1100011 | 0 | 101111 | 100100010 | 1100011 | 11011 |
Color Harmonies of #700187
Complementary color
Monochromatic Colors of #700187
Black with #700187
Text Example
Text Example
White with #700187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700187; }
p { color: rgb(112,1,135); }
H1.HeaderClassName
{
color: #700187;
}
.AnyTagClassName
{
color: #700187;
}
</style>
background-color css
<style>
a { background-color: #700187; }
a { background-color: rgb(112,1,135); }
div.DivClassName
{
background-color: #700187;
}
.BgClassName
{
background-color: #700187;
}
</style>
border-color css
<style>
span { border-color: #700187; }
span { border-color: rgb(112,1,135); }
td.TdClassName
{
border-color: #700187;
}
.TagClassName
{
border-color: #700187;
}
</style>