Shades of Purple #70068E
Tints of Purple #70068E
RGB
CMYK
RGB Variations
Color information
#70068E (or 0x70068E) is known color: Purple. HEX triplet: 70, 06 and 8E. RGB value is (112,6,142). Sum of RGB (Red+Green+Blue) = 112+6+142=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #70068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70068E is #8FF971. Grayscale: #343434. Windows color (decimal): -9435506 or 9307760. OLE color: 9307760.
HSL color Cylindrical-coordinate representation of color #70068E: hue angle of 286.76º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70068E is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 6 | 142 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.44 |
| HSL | 286.76º | 0.92% | 0.29% | - |
| HSV(B) | 286.76º | 0.96% | 0.56% | - |
| XYZ | 11.63 | 5.53 | 26.05 | - |
| YUV | 53.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 142 | 0.21 | 0.96 | 0 | 0.44 | 286.76 | 0.92 | 0.29 |
| Hex | 70 | 6 | 8E | 15 | 60 | 0 | 2C | 11F | 5C | 1D |
| Octal | 160 | 6 | 216 | 25 | 140 | 0 | 54 | 437 | 134 | 35 |
| Binary | 1110000 | 110 | 10001110 | 10101 | 1100000 | 0 | 101100 | 100011111 | 1011100 | 11101 |
Color Harmonies of #70068E
Complementary color
Monochromatic Colors of #70068E
Black with #70068E
Text Example
Text Example
White with #70068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70068E; }
p { color: rgb(112,6,142); }
H1.HeaderClassName
{
color: #70068E;
}
.AnyTagClassName
{
color: #70068E;
}
</style>
background-color css
<style>
a { background-color: #70068E; }
a { background-color: rgb(112,6,142); }
div.DivClassName
{
background-color: #70068E;
}
.BgClassName
{
background-color: #70068E;
}
</style>
border-color css
<style>
span { border-color: #70068E; }
span { border-color: rgb(112,6,142); }
td.TdClassName
{
border-color: #70068E;
}
.TagClassName
{
border-color: #70068E;
}
</style>