Shades of Palatinate Purple #70165C
Tints of Palatinate Purple #70165C
RGB
CMYK
RGB Variations
Color information
#70165C (or 0x70165C) is known color: Palatinate Purple. HEX triplet: 70, 16 and 5C. RGB value is (112,22,92). Sum of RGB (Red+Green+Blue) = 112+22+92=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70165C is #8FE9A3. Grayscale: #383838. Windows color (decimal): -9431460 or 6035056. OLE color: 6035056.
HSL color Cylindrical-coordinate representation of color #70165C: hue angle of 313.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70165C is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 92 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.56 |
| HSL | 313.33º | 0.67% | 0.26% | - |
| HSV(B) | 313.33º | 0.8% | 0.44% | - |
| XYZ | 8.9 | 4.79 | 10.58 | - |
| YUV | 56.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 92 | 0 | 0.80 | 0.18 | 0.56 | 313.33 | 0.67 | 0.26 |
| Hex | 70 | 16 | 5C | 0 | 50 | 12 | 38 | 139 | 43 | 1A |
| Octal | 160 | 26 | 134 | 0 | 120 | 22 | 70 | 471 | 103 | 32 |
| Binary | 1110000 | 10110 | 1011100 | 0 | 1010000 | 10010 | 111000 | 100111001 | 1000011 | 11010 |
Color Harmonies of #70165C
Complementary color
Monochromatic Colors of #70165C
Black with #70165C
Text Example
Text Example
White with #70165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70165C; }
p { color: rgb(112,22,92); }
H1.HeaderClassName
{
color: #70165C;
}
.AnyTagClassName
{
color: #70165C;
}
</style>
background-color css
<style>
a { background-color: #70165C; }
a { background-color: rgb(112,22,92); }
div.DivClassName
{
background-color: #70165C;
}
.BgClassName
{
background-color: #70165C;
}
</style>
border-color css
<style>
span { border-color: #70165C; }
span { border-color: rgb(112,22,92); }
td.TdClassName
{
border-color: #70165C;
}
.TagClassName
{
border-color: #70165C;
}
</style>