Shades of Purple #70046B
Tints of Purple #70046B
RGB
CMYK
RGB Variations
Color information
#70046B (or 0x70046B) is known color: Purple. HEX triplet: 70, 04 and 6B. RGB value is (112,4,107). Sum of RGB (Red+Green+Blue) = 112+4+107=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70046B is #8FFB94. Grayscale: #2F2F2F. Windows color (decimal): -9436053 or 7013488. OLE color: 7013488.
HSL color Cylindrical-coordinate representation of color #70046B: hue angle of 302.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70046B is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 107 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.56 |
| HSL | 302.78º | 0.93% | 0.23% | - |
| HSV(B) | 302.78º | 0.96% | 0.44% | - |
| XYZ | 9.38 | 4.59 | 14.3 | - |
| YUV | 48.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 107 | 0 | 0.96 | 0.04 | 0.56 | 302.78 | 0.93 | 0.23 |
| Hex | 70 | 4 | 6B | 0 | 60 | 4 | 38 | 12F | 5D | 17 |
| Octal | 160 | 4 | 153 | 0 | 140 | 4 | 70 | 457 | 135 | 27 |
| Binary | 1110000 | 100 | 1101011 | 0 | 1100000 | 100 | 111000 | 100101111 | 1011101 | 10111 |
Color Harmonies of #70046B
Complementary color
Monochromatic Colors of #70046B
Black with #70046B
Text Example
Text Example
White with #70046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70046B; }
p { color: rgb(112,4,107); }
H1.HeaderClassName
{
color: #70046B;
}
.AnyTagClassName
{
color: #70046B;
}
</style>
background-color css
<style>
a { background-color: #70046B; }
a { background-color: rgb(112,4,107); }
div.DivClassName
{
background-color: #70046B;
}
.BgClassName
{
background-color: #70046B;
}
</style>
border-color css
<style>
span { border-color: #70046B; }
span { border-color: rgb(112,4,107); }
td.TdClassName
{
border-color: #70046B;
}
.TagClassName
{
border-color: #70046B;
}
</style>