Shades of Purple #70067C
Tints of Purple #70067C
RGB
CMYK
RGB Variations
Color information
#70067C (or 0x70067C) is known color: Purple. HEX triplet: 70, 06 and 7C. RGB value is (112,6,124). Sum of RGB (Red+Green+Blue) = 112+6+124=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #70067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70067C is #8FF983. Grayscale: #323232. Windows color (decimal): -9435524 or 8128112. OLE color: 8128112.
HSL color Cylindrical-coordinate representation of color #70067C: hue angle of 293.9º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70067C is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 6 | 124 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.51 |
| HSL | 293.9º | 0.91% | 0.25% | - |
| HSV(B) | 293.9º | 0.95% | 0.49% | - |
| XYZ | 10.39 | 5.03 | 19.49 | - |
| YUV | 51.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 124 | 0.10 | 0.95 | 0 | 0.51 | 293.9 | 0.91 | 0.25 |
| Hex | 70 | 6 | 7C | A | 5F | 0 | 33 | 126 | 5B | 19 |
| Octal | 160 | 6 | 174 | 12 | 137 | 0 | 63 | 446 | 133 | 31 |
| Binary | 1110000 | 110 | 1111100 | 1010 | 1011111 | 0 | 110011 | 100100110 | 1011011 | 11001 |
Color Harmonies of #70067C
Complementary color
Monochromatic Colors of #70067C
Black with #70067C
Text Example
Text Example
White with #70067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70067C; }
p { color: rgb(112,6,124); }
H1.HeaderClassName
{
color: #70067C;
}
.AnyTagClassName
{
color: #70067C;
}
</style>
background-color css
<style>
a { background-color: #70067C; }
a { background-color: rgb(112,6,124); }
div.DivClassName
{
background-color: #70067C;
}
.BgClassName
{
background-color: #70067C;
}
</style>
border-color css
<style>
span { border-color: #70067C; }
span { border-color: rgb(112,6,124); }
td.TdClassName
{
border-color: #70067C;
}
.TagClassName
{
border-color: #70067C;
}
</style>