Shades of Purple #70067B
Tints of Purple #70067B
RGB
CMYK
RGB Variations
Color information
#70067B (or 0x70067B) is known color: Purple. HEX triplet: 70, 06 and 7B. RGB value is (112,6,123). Sum of RGB (Red+Green+Blue) = 112+6+123=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #70067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70067B is #8FF984. Grayscale: #323232. Windows color (decimal): -9435525 or 8062576. OLE color: 8062576.
HSL color Cylindrical-coordinate representation of color #70067B: hue angle of 294.36º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70067B is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 6 | 123 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.52 |
| HSL | 294.36º | 0.91% | 0.25% | - |
| HSV(B) | 294.36º | 0.95% | 0.48% | - |
| XYZ | 10.32 | 5.01 | 19.16 | - |
| YUV | 51.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 123 | 0.09 | 0.95 | 0 | 0.52 | 294.36 | 0.91 | 0.25 |
| Hex | 70 | 6 | 7B | 9 | 5F | 0 | 34 | 126 | 5B | 19 |
| Octal | 160 | 6 | 173 | 11 | 137 | 0 | 64 | 446 | 133 | 31 |
| Binary | 1110000 | 110 | 1111011 | 1001 | 1011111 | 0 | 110100 | 100100110 | 1011011 | 11001 |
Color Harmonies of #70067B
Complementary color
Monochromatic Colors of #70067B
Black with #70067B
Text Example
Text Example
White with #70067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70067B; }
p { color: rgb(112,6,123); }
H1.HeaderClassName
{
color: #70067B;
}
.AnyTagClassName
{
color: #70067B;
}
</style>
background-color css
<style>
a { background-color: #70067B; }
a { background-color: rgb(112,6,123); }
div.DivClassName
{
background-color: #70067B;
}
.BgClassName
{
background-color: #70067B;
}
</style>
border-color css
<style>
span { border-color: #70067B; }
span { border-color: rgb(112,6,123); }
td.TdClassName
{
border-color: #70067B;
}
.TagClassName
{
border-color: #70067B;
}
</style>