Shades of Purple #700169
Tints of Purple #700169
RGB
CMYK
RGB Variations
Color information
#700169 (or 0x700169) is known color: Purple. HEX triplet: 70, 01 and 69. RGB value is (112,1,105). Sum of RGB (Red+Green+Blue) = 112+1+105=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700169 is #8FFE96. Grayscale: #2D2D2D. Windows color (decimal): -9436823 or 6881648. OLE color: 6881648.
HSL color Cylindrical-coordinate representation of color #700169: hue angle of 303.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700169 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.56 |
| HSL | 303.78º | 0.98% | 0.22% | - |
| HSV(B) | 303.78º | 0.99% | 0.44% | - |
| XYZ | 9.24 | 4.49 | 13.74 | - |
| YUV | 46.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 105 | 0 | 0.99 | 0.06 | 0.56 | 303.78 | 0.98 | 0.22 |
| Hex | 70 | 1 | 69 | 0 | 63 | 6 | 38 | 130 | 62 | 16 |
| Octal | 160 | 1 | 151 | 0 | 143 | 6 | 70 | 460 | 142 | 26 |
| Binary | 1110000 | 1 | 1101001 | 0 | 1100011 | 110 | 111000 | 100110000 | 1100010 | 10110 |
Color Harmonies of #700169
Complementary color
Monochromatic Colors of #700169
Black with #700169
Text Example
Text Example
White with #700169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700169; }
p { color: rgb(112,1,105); }
H1.HeaderClassName
{
color: #700169;
}
.AnyTagClassName
{
color: #700169;
}
</style>
background-color css
<style>
a { background-color: #700169; }
a { background-color: rgb(112,1,105); }
div.DivClassName
{
background-color: #700169;
}
.BgClassName
{
background-color: #700169;
}
</style>
border-color css
<style>
span { border-color: #700169; }
span { border-color: rgb(112,1,105); }
td.TdClassName
{
border-color: #700169;
}
.TagClassName
{
border-color: #700169;
}
</style>