Shades of Purple #70056C
Tints of Purple #70056C
RGB
CMYK
RGB Variations
Color information
#70056C (or 0x70056C) is known color: Purple. HEX triplet: 70, 05 and 6C. RGB value is (112,5,108). Sum of RGB (Red+Green+Blue) = 112+5+108=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70056C is #8FFA93. Grayscale: #303030. Windows color (decimal): -9435796 or 7079280. OLE color: 7079280.
HSL color Cylindrical-coordinate representation of color #70056C: hue angle of 302.24º degrees, saturation: 0.91, 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 #70056C is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.56 |
| HSL | 302.24º | 0.91% | 0.23% | - |
| HSV(B) | 302.24º | 0.96% | 0.44% | - |
| XYZ | 9.44 | 4.64 | 14.58 | - |
| YUV | 48.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 108 | 0 | 0.96 | 0.04 | 0.56 | 302.24 | 0.91 | 0.23 |
| Hex | 70 | 5 | 6C | 0 | 60 | 4 | 38 | 12E | 5B | 17 |
| Octal | 160 | 5 | 154 | 0 | 140 | 4 | 70 | 456 | 133 | 27 |
| Binary | 1110000 | 101 | 1101100 | 0 | 1100000 | 100 | 111000 | 100101110 | 1011011 | 10111 |
Color Harmonies of #70056C
Complementary color
Monochromatic Colors of #70056C
Black with #70056C
Text Example
Text Example
White with #70056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70056C; }
p { color: rgb(112,5,108); }
H1.HeaderClassName
{
color: #70056C;
}
.AnyTagClassName
{
color: #70056C;
}
</style>
background-color css
<style>
a { background-color: #70056C; }
a { background-color: rgb(112,5,108); }
div.DivClassName
{
background-color: #70056C;
}
.BgClassName
{
background-color: #70056C;
}
</style>
border-color css
<style>
span { border-color: #70056C; }
span { border-color: rgb(112,5,108); }
td.TdClassName
{
border-color: #70056C;
}
.TagClassName
{
border-color: #70056C;
}
</style>