Shades of Purple #700361
Tints of Purple #700361
RGB
CMYK
RGB Variations
Color information
#700361 (or 0x700361) is known color: Purple. HEX triplet: 70, 03 and 61. RGB value is (112,3,97). Sum of RGB (Red+Green+Blue) = 112+3+97=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700361 is #8FFC9E. Grayscale: #2E2E2E. Windows color (decimal): -9436319 or 6357872. OLE color: 6357872.
HSL color Cylindrical-coordinate representation of color #700361: hue angle of 308.26º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700361 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 97 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.56 |
| HSL | 308.26º | 0.95% | 0.23% | - |
| HSV(B) | 308.26º | 0.97% | 0.44% | - |
| XYZ | 8.87 | 4.37 | 11.69 | - |
| YUV | 46.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 97 | 0 | 0.97 | 0.13 | 0.56 | 308.26 | 0.95 | 0.23 |
| Hex | 70 | 3 | 61 | 0 | 61 | D | 38 | 134 | 5F | 17 |
| Octal | 160 | 3 | 141 | 0 | 141 | 15 | 70 | 464 | 137 | 27 |
| Binary | 1110000 | 11 | 1100001 | 0 | 1100001 | 1101 | 111000 | 100110100 | 1011111 | 10111 |
Color Harmonies of #700361
Complementary color
Monochromatic Colors of #700361
Black with #700361
Text Example
Text Example
White with #700361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700361; }
p { color: rgb(112,3,97); }
H1.HeaderClassName
{
color: #700361;
}
.AnyTagClassName
{
color: #700361;
}
</style>
background-color css
<style>
a { background-color: #700361; }
a { background-color: rgb(112,3,97); }
div.DivClassName
{
background-color: #700361;
}
.BgClassName
{
background-color: #700361;
}
</style>
border-color css
<style>
span { border-color: #700361; }
span { border-color: rgb(112,3,97); }
td.TdClassName
{
border-color: #700361;
}
.TagClassName
{
border-color: #700361;
}
</style>