Shades of Purple #700D78
Tints of Purple #700D78
RGB
CMYK
RGB Variations
Color information
#700D78 (or 0x700D78) is known color: Purple. HEX triplet: 70, 0D and 78. RGB value is (112,13,120). Sum of RGB (Red+Green+Blue) = 112+13+120=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #700D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D78 is #8FF287. Grayscale: #363636. Windows color (decimal): -9433736 or 7867760. OLE color: 7867760.
HSL color Cylindrical-coordinate representation of color #700D78: hue angle of 295.51º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700D78 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 13 | 120 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.53 |
| HSL | 295.51º | 0.8% | 0.26% | - |
| HSV(B) | 295.51º | 0.89% | 0.47% | - |
| XYZ | 10.22 | 5.09 | 18.21 | - |
| YUV | 54.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 120 | 0.07 | 0.89 | 0 | 0.53 | 295.51 | 0.8 | 0.26 |
| Hex | 70 | D | 78 | 7 | 59 | 0 | 35 | 128 | 50 | 1A |
| Octal | 160 | 15 | 170 | 7 | 131 | 0 | 65 | 450 | 120 | 32 |
| Binary | 1110000 | 1101 | 1111000 | 111 | 1011001 | 0 | 110101 | 100101000 | 1010000 | 11010 |
Color Harmonies of #700D78
Complementary color
Monochromatic Colors of #700D78
Black with #700D78
Text Example
Text Example
White with #700D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D78; }
p { color: rgb(112,13,120); }
H1.HeaderClassName
{
color: #700D78;
}
.AnyTagClassName
{
color: #700D78;
}
</style>
background-color css
<style>
a { background-color: #700D78; }
a { background-color: rgb(112,13,120); }
div.DivClassName
{
background-color: #700D78;
}
.BgClassName
{
background-color: #700D78;
}
</style>
border-color css
<style>
span { border-color: #700D78; }
span { border-color: rgb(112,13,120); }
td.TdClassName
{
border-color: #700D78;
}
.TagClassName
{
border-color: #700D78;
}
</style>