Shades of Purple #700D6C
Tints of Purple #700D6C
RGB
CMYK
RGB Variations
Color information
#700D6C (or 0x700D6C) is known color: Purple. HEX triplet: 70, 0D and 6C. RGB value is (112,13,108). Sum of RGB (Red+Green+Blue) = 112+13+108=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #700D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D6C is #8FF293. Grayscale: #353535. Windows color (decimal): -9433748 or 7081328. OLE color: 7081328.
HSL color Cylindrical-coordinate representation of color #700D6C: hue angle of 302.42º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D6C is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 108 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.56 |
| HSL | 302.42º | 0.79% | 0.25% | - |
| HSV(B) | 302.42º | 0.88% | 0.44% | - |
| XYZ | 9.53 | 4.82 | 14.61 | - |
| YUV | 53.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 108 | 0 | 0.88 | 0.04 | 0.56 | 302.42 | 0.79 | 0.25 |
| Hex | 70 | D | 6C | 0 | 58 | 4 | 38 | 12E | 4F | 19 |
| Octal | 160 | 15 | 154 | 0 | 130 | 4 | 70 | 456 | 117 | 31 |
| Binary | 1110000 | 1101 | 1101100 | 0 | 1011000 | 100 | 111000 | 100101110 | 1001111 | 11001 |
Color Harmonies of #700D6C
Complementary color
Monochromatic Colors of #700D6C
Black with #700D6C
Text Example
Text Example
White with #700D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D6C; }
p { color: rgb(112,13,108); }
H1.HeaderClassName
{
color: #700D6C;
}
.AnyTagClassName
{
color: #700D6C;
}
</style>
background-color css
<style>
a { background-color: #700D6C; }
a { background-color: rgb(112,13,108); }
div.DivClassName
{
background-color: #700D6C;
}
.BgClassName
{
background-color: #700D6C;
}
</style>
border-color css
<style>
span { border-color: #700D6C; }
span { border-color: rgb(112,13,108); }
td.TdClassName
{
border-color: #700D6C;
}
.TagClassName
{
border-color: #700D6C;
}
</style>