Shades of Purple #700069
Tints of Purple #700069
RGB
CMYK
RGB Variations
Color information
#700069 (or 0x700069) is known color: Purple. HEX triplet: 70, 00 and 69. RGB value is (112,0,105). Sum of RGB (Red+Green+Blue) = 112+0+105=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700069 is #8FFF96. Grayscale: #2D2D2D. Windows color (decimal): -9437079 or 6881392. OLE color: 6881392.
HSL color Cylindrical-coordinate representation of color #700069: hue angle of 303.75º 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 #700069 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.06 | 0.56 |
| HSL | 303.75º | 1% | 0.22% | - |
| HSV(B) | 303.75º | 1% | 0.44% | - |
| XYZ | 9.23 | 4.46 | 13.74 | - |
| YUV | 45.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 105 | 0 | 1 | 0.06 | 0.56 | 303.75 | 1 | 0.22 |
| Hex | 70 | 0 | 69 | 0 | 64 | 6 | 38 | 130 | 64 | 16 |
| Octal | 160 | 0 | 151 | 0 | 144 | 6 | 70 | 460 | 144 | 26 |
| Binary | 1110000 | 0 | 1101001 | 0 | 1100100 | 110 | 111000 | 100110000 | 1100100 | 10110 |
Color Harmonies of #700069
Complementary color
Monochromatic Colors of #700069
Black with #700069
Text Example
Text Example
White with #700069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700069; }
p { color: rgb(112,0,105); }
H1.HeaderClassName
{
color: #700069;
}
.AnyTagClassName
{
color: #700069;
}
</style>
background-color css
<style>
a { background-color: #700069; }
a { background-color: rgb(112,0,105); }
div.DivClassName
{
background-color: #700069;
}
.BgClassName
{
background-color: #700069;
}
</style>
border-color css
<style>
span { border-color: #700069; }
span { border-color: rgb(112,0,105); }
td.TdClassName
{
border-color: #700069;
}
.TagClassName
{
border-color: #700069;
}
</style>