Shades of Purple #700062
Tints of Purple #700062
RGB
CMYK
RGB Variations
Color information
#700062 (or 0x700062) is known color: Purple. HEX triplet: 70, 00 and 62. RGB value is (112,0,98). Sum of RGB (Red+Green+Blue) = 112+0+98=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700062 is #8FFF9D. Grayscale: #2C2C2C. Windows color (decimal): -9437086 or 6422640. OLE color: 6422640.
HSL color Cylindrical-coordinate representation of color #700062: hue angle of 307.5º 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 #700062 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.13 | 0.56 |
| HSL | 307.5º | 1% | 0.22% | - |
| HSV(B) | 307.5º | 1% | 0.44% | - |
| XYZ | 8.89 | 4.33 | 11.92 | - |
| YUV | 44.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 98 | 0 | 1 | 0.13 | 0.56 | 307.5 | 1 | 0.22 |
| Hex | 70 | 0 | 62 | 0 | 64 | D | 38 | 134 | 64 | 16 |
| Octal | 160 | 0 | 142 | 0 | 144 | 15 | 70 | 464 | 144 | 26 |
| Binary | 1110000 | 0 | 1100010 | 0 | 1100100 | 1101 | 111000 | 100110100 | 1100100 | 10110 |
Color Harmonies of #700062
Complementary color
Monochromatic Colors of #700062
Black with #700062
Text Example
Text Example
White with #700062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700062; }
p { color: rgb(112,0,98); }
H1.HeaderClassName
{
color: #700062;
}
.AnyTagClassName
{
color: #700062;
}
</style>
background-color css
<style>
a { background-color: #700062; }
a { background-color: rgb(112,0,98); }
div.DivClassName
{
background-color: #700062;
}
.BgClassName
{
background-color: #700062;
}
</style>
border-color css
<style>
span { border-color: #700062; }
span { border-color: rgb(112,0,98); }
td.TdClassName
{
border-color: #700062;
}
.TagClassName
{
border-color: #700062;
}
</style>