Shades of Purple #700769
Tints of Purple #700769
RGB
CMYK
RGB Variations
Color information
#700769 (or 0x700769) is known color: Purple. HEX triplet: 70, 07 and 69. RGB value is (112,7,105). Sum of RGB (Red+Green+Blue) = 112+7+105=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #700769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700769 is #8FF896. Grayscale: #313131. Windows color (decimal): -9435287 or 6883184. OLE color: 6883184.
HSL color Cylindrical-coordinate representation of color #700769: hue angle of 304º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700769 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 105 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.56 |
| HSL | 304º | 0.88% | 0.23% | - |
| HSV(B) | 304º | 0.94% | 0.44% | - |
| XYZ | 9.31 | 4.62 | 13.77 | - |
| YUV | 49.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 105 | 0 | 0.94 | 0.06 | 0.56 | 304 | 0.88 | 0.23 |
| Hex | 70 | 7 | 69 | 0 | 5E | 6 | 38 | 130 | 58 | 17 |
| Octal | 160 | 7 | 151 | 0 | 136 | 6 | 70 | 460 | 130 | 27 |
| Binary | 1110000 | 111 | 1101001 | 0 | 1011110 | 110 | 111000 | 100110000 | 1011000 | 10111 |
Color Harmonies of #700769
Complementary color
Monochromatic Colors of #700769
Black with #700769
Text Example
Text Example
White with #700769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700769; }
p { color: rgb(112,7,105); }
H1.HeaderClassName
{
color: #700769;
}
.AnyTagClassName
{
color: #700769;
}
</style>
background-color css
<style>
a { background-color: #700769; }
a { background-color: rgb(112,7,105); }
div.DivClassName
{
background-color: #700769;
}
.BgClassName
{
background-color: #700769;
}
</style>
border-color css
<style>
span { border-color: #700769; }
span { border-color: rgb(112,7,105); }
td.TdClassName
{
border-color: #700769;
}
.TagClassName
{
border-color: #700769;
}
</style>