Shades of Purple #700063
Tints of Purple #700063
RGB
CMYK
RGB Variations
Color information
#700063 (or 0x700063) is known color: Purple. HEX triplet: 70, 00 and 63. RGB value is (112,0,99). Sum of RGB (Red+Green+Blue) = 112+0+99=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #700063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700063 is #8FFF9C. Grayscale: #2C2C2C. Windows color (decimal): -9437085 or 6488176. OLE color: 6488176.
HSL color Cylindrical-coordinate representation of color #700063: hue angle of 306.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700063 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.12 | 0.56 |
| HSL | 306.96º | 1% | 0.22% | - |
| HSV(B) | 306.96º | 1% | 0.44% | - |
| XYZ | 8.93 | 4.35 | 12.17 | - |
| YUV | 44.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 99 | 0 | 1 | 0.12 | 0.56 | 306.96 | 1 | 0.22 |
| Hex | 70 | 0 | 63 | 0 | 64 | C | 38 | 133 | 64 | 16 |
| Octal | 160 | 0 | 143 | 0 | 144 | 14 | 70 | 463 | 144 | 26 |
| Binary | 1110000 | 0 | 1100011 | 0 | 1100100 | 1100 | 111000 | 100110011 | 1100100 | 10110 |
Color Harmonies of #700063
Complementary color
Monochromatic Colors of #700063
Black with #700063
Text Example
Text Example
White with #700063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700063; }
p { color: rgb(112,0,99); }
H1.HeaderClassName
{
color: #700063;
}
.AnyTagClassName
{
color: #700063;
}
</style>
background-color css
<style>
a { background-color: #700063; }
a { background-color: rgb(112,0,99); }
div.DivClassName
{
background-color: #700063;
}
.BgClassName
{
background-color: #700063;
}
</style>
border-color css
<style>
span { border-color: #700063; }
span { border-color: rgb(112,0,99); }
td.TdClassName
{
border-color: #700063;
}
.TagClassName
{
border-color: #700063;
}
</style>