Shades of Purple #700278
Tints of Purple #700278
RGB
CMYK
RGB Variations
Color information
#700278 (or 0x700278) is known color: Purple. HEX triplet: 70, 02 and 78. RGB value is (112,2,120). Sum of RGB (Red+Green+Blue) = 112+2+120=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #700278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700278 is #8FFD87. Grayscale: #2F2F2F. Windows color (decimal): -9436552 or 7864944. OLE color: 7864944.
HSL color Cylindrical-coordinate representation of color #700278: hue angle of 295.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700278 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 2 | 120 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.53 |
| HSL | 295.93º | 0.97% | 0.24% | - |
| HSV(B) | 295.93º | 0.98% | 0.47% | - |
| XYZ | 10.09 | 4.84 | 18.17 | - |
| YUV | 48.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 120 | 0.07 | 0.98 | 0 | 0.53 | 295.93 | 0.97 | 0.24 |
| Hex | 70 | 2 | 78 | 7 | 62 | 0 | 35 | 128 | 61 | 18 |
| Octal | 160 | 2 | 170 | 7 | 142 | 0 | 65 | 450 | 141 | 30 |
| Binary | 1110000 | 10 | 1111000 | 111 | 1100010 | 0 | 110101 | 100101000 | 1100001 | 11000 |
Color Harmonies of #700278
Complementary color
Monochromatic Colors of #700278
Black with #700278
Text Example
Text Example
White with #700278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700278; }
p { color: rgb(112,2,120); }
H1.HeaderClassName
{
color: #700278;
}
.AnyTagClassName
{
color: #700278;
}
</style>
background-color css
<style>
a { background-color: #700278; }
a { background-color: rgb(112,2,120); }
div.DivClassName
{
background-color: #700278;
}
.BgClassName
{
background-color: #700278;
}
</style>
border-color css
<style>
span { border-color: #700278; }
span { border-color: rgb(112,2,120); }
td.TdClassName
{
border-color: #700278;
}
.TagClassName
{
border-color: #700278;
}
</style>