Shades of Purple #70147B
Tints of Purple #70147B
RGB
CMYK
RGB Variations
Color information
#70147B (or 0x70147B) is known color: Purple. HEX triplet: 70, 14 and 7B. RGB value is (112,20,123). Sum of RGB (Red+Green+Blue) = 112+20+123=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #70147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70147B is #8FEB84. Grayscale: #3A3A3A. Windows color (decimal): -9431941 or 8066160. OLE color: 8066160.
HSL color Cylindrical-coordinate representation of color #70147B: hue angle of 293.59º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70147B is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 20 | 123 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.52 |
| HSL | 293.59º | 0.72% | 0.28% | - |
| HSV(B) | 293.59º | 0.84% | 0.48% | - |
| XYZ | 10.51 | 5.38 | 19.22 | - |
| YUV | 59.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 123 | 0.09 | 0.84 | 0 | 0.52 | 293.59 | 0.72 | 0.28 |
| Hex | 70 | 14 | 7B | 9 | 54 | 0 | 34 | 126 | 48 | 1C |
| Octal | 160 | 24 | 173 | 11 | 124 | 0 | 64 | 446 | 110 | 34 |
| Binary | 1110000 | 10100 | 1111011 | 1001 | 1010100 | 0 | 110100 | 100100110 | 1001000 | 11100 |
Color Harmonies of #70147B
Complementary color
Monochromatic Colors of #70147B
Black with #70147B
Text Example
Text Example
White with #70147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70147B; }
p { color: rgb(112,20,123); }
H1.HeaderClassName
{
color: #70147B;
}
.AnyTagClassName
{
color: #70147B;
}
</style>
background-color css
<style>
a { background-color: #70147B; }
a { background-color: rgb(112,20,123); }
div.DivClassName
{
background-color: #70147B;
}
.BgClassName
{
background-color: #70147B;
}
</style>
border-color css
<style>
span { border-color: #70147B; }
span { border-color: rgb(112,20,123); }
td.TdClassName
{
border-color: #70147B;
}
.TagClassName
{
border-color: #70147B;
}
</style>