Shades of Purple #700665
Tints of Purple #700665
RGB
CMYK
RGB Variations
Color information
#700665 (or 0x700665) is known color: Purple. HEX triplet: 70, 06 and 65. RGB value is (112,6,101). Sum of RGB (Red+Green+Blue) = 112+6+101=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700665 is #8FF99A. Grayscale: #303030. Windows color (decimal): -9435547 or 6620784. OLE color: 6620784.
HSL color Cylindrical-coordinate representation of color #700665: hue angle of 306.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700665 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 101 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.56 |
| HSL | 306.23º | 0.9% | 0.23% | - |
| HSV(B) | 306.23º | 0.95% | 0.44% | - |
| XYZ | 9.1 | 4.51 | 12.7 | - |
| YUV | 48.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 101 | 0 | 0.95 | 0.10 | 0.56 | 306.23 | 0.9 | 0.23 |
| Hex | 70 | 6 | 65 | 0 | 5F | A | 38 | 132 | 5A | 17 |
| Octal | 160 | 6 | 145 | 0 | 137 | 12 | 70 | 462 | 132 | 27 |
| Binary | 1110000 | 110 | 1100101 | 0 | 1011111 | 1010 | 111000 | 100110010 | 1011010 | 10111 |
Color Harmonies of #700665
Complementary color
Monochromatic Colors of #700665
Black with #700665
Text Example
Text Example
White with #700665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700665; }
p { color: rgb(112,6,101); }
H1.HeaderClassName
{
color: #700665;
}
.AnyTagClassName
{
color: #700665;
}
</style>
background-color css
<style>
a { background-color: #700665; }
a { background-color: rgb(112,6,101); }
div.DivClassName
{
background-color: #700665;
}
.BgClassName
{
background-color: #700665;
}
</style>
border-color css
<style>
span { border-color: #700665; }
span { border-color: rgb(112,6,101); }
td.TdClassName
{
border-color: #700665;
}
.TagClassName
{
border-color: #700665;
}
</style>