Shades of Purple #700A6C
Tints of Purple #700A6C
RGB
CMYK
RGB Variations
Color information
#700A6C (or 0x700A6C) is known color: Purple. HEX triplet: 70, 0A and 6C. RGB value is (112,10,108). Sum of RGB (Red+Green+Blue) = 112+10+108=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700A6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A6C is #8FF593. Grayscale: #333333. Windows color (decimal): -9434516 or 7080560. OLE color: 7080560.
HSL color Cylindrical-coordinate representation of color #700A6C: hue angle of 302.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A6C is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 108 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.56 |
| HSL | 302.35º | 0.84% | 0.24% | - |
| HSV(B) | 302.35º | 0.91% | 0.44% | - |
| XYZ | 9.5 | 4.74 | 14.6 | - |
| YUV | 51.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 108 | 0 | 0.91 | 0.04 | 0.56 | 302.35 | 0.84 | 0.24 |
| Hex | 70 | A | 6C | 0 | 5B | 4 | 38 | 12E | 54 | 18 |
| Octal | 160 | 12 | 154 | 0 | 133 | 4 | 70 | 456 | 124 | 30 |
| Binary | 1110000 | 1010 | 1101100 | 0 | 1011011 | 100 | 111000 | 100101110 | 1010100 | 11000 |
Color Harmonies of #700A6C
Complementary color
Monochromatic Colors of #700A6C
Black with #700A6C
Text Example
Text Example
White with #700A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A6C; }
p { color: rgb(112,10,108); }
H1.HeaderClassName
{
color: #700A6C;
}
.AnyTagClassName
{
color: #700A6C;
}
</style>
background-color css
<style>
a { background-color: #700A6C; }
a { background-color: rgb(112,10,108); }
div.DivClassName
{
background-color: #700A6C;
}
.BgClassName
{
background-color: #700A6C;
}
</style>
border-color css
<style>
span { border-color: #700A6C; }
span { border-color: rgb(112,10,108); }
td.TdClassName
{
border-color: #700A6C;
}
.TagClassName
{
border-color: #700A6C;
}
</style>