Shades of Purple #700065
Tints of Purple #700065
RGB
CMYK
RGB Variations
Color information
#700065 (or 0x700065) is known color: Purple. HEX triplet: 70, 00 and 65. RGB value is (112,0,101). Sum of RGB (Red+Green+Blue) = 112+0+101=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700065 is #8FFF9A. Grayscale: #2C2C2C. Windows color (decimal): -9437083 or 6619248. OLE color: 6619248.
HSL color Cylindrical-coordinate representation of color #700065: hue angle of 305.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700065 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.10 | 0.56 |
| HSL | 305.89º | 1% | 0.22% | - |
| HSV(B) | 305.89º | 1% | 0.44% | - |
| XYZ | 9.03 | 4.38 | 12.68 | - |
| YUV | 45 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 101 | 0 | 1 | 0.10 | 0.56 | 305.89 | 1 | 0.22 |
| Hex | 70 | 0 | 65 | 0 | 64 | A | 38 | 132 | 64 | 16 |
| Octal | 160 | 0 | 145 | 0 | 144 | 12 | 70 | 462 | 144 | 26 |
| Binary | 1110000 | 0 | 1100101 | 0 | 1100100 | 1010 | 111000 | 100110010 | 1100100 | 10110 |
Color Harmonies of #700065
Complementary color
Monochromatic Colors of #700065
Black with #700065
Text Example
Text Example
White with #700065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700065; }
p { color: rgb(112,0,101); }
H1.HeaderClassName
{
color: #700065;
}
.AnyTagClassName
{
color: #700065;
}
</style>
background-color css
<style>
a { background-color: #700065; }
a { background-color: rgb(112,0,101); }
div.DivClassName
{
background-color: #700065;
}
.BgClassName
{
background-color: #700065;
}
</style>
border-color css
<style>
span { border-color: #700065; }
span { border-color: rgb(112,0,101); }
td.TdClassName
{
border-color: #700065;
}
.TagClassName
{
border-color: #700065;
}
</style>