Shades of Palatinate Purple #70236C
Tints of Palatinate Purple #70236C
RGB
CMYK
RGB Variations
Color information
#70236C (or 0x70236C) is known color: Palatinate Purple. HEX triplet: 70, 23 and 6C. RGB value is (112,35,108). Sum of RGB (Red+Green+Blue) = 112+35+108=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70236C is #8FDC93. Grayscale: #424242. Windows color (decimal): -9428116 or 7086960. OLE color: 7086960.
HSL color Cylindrical-coordinate representation of color #70236C: hue angle of 303.12º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70236C is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 108 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.56 |
| HSL | 303.12º | 0.52% | 0.29% | - |
| HSV(B) | 303.12º | 0.69% | 0.44% | - |
| XYZ | 9.99 | 5.73 | 14.77 | - |
| YUV | 66.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 108 | 0 | 0.69 | 0.04 | 0.56 | 303.12 | 0.52 | 0.29 |
| Hex | 70 | 23 | 6C | 0 | 45 | 4 | 38 | 12F | 34 | 1D |
| Octal | 160 | 43 | 154 | 0 | 105 | 4 | 70 | 457 | 64 | 35 |
| Binary | 1110000 | 100011 | 1101100 | 0 | 1000101 | 100 | 111000 | 100101111 | 110100 | 11101 |
Color Harmonies of #70236C
Complementary color
Monochromatic Colors of #70236C
Black with #70236C
Text Example
Text Example
White with #70236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70236C; }
p { color: rgb(112,35,108); }
H1.HeaderClassName
{
color: #70236C;
}
.AnyTagClassName
{
color: #70236C;
}
</style>
background-color css
<style>
a { background-color: #70236C; }
a { background-color: rgb(112,35,108); }
div.DivClassName
{
background-color: #70236C;
}
.BgClassName
{
background-color: #70236C;
}
</style>
border-color css
<style>
span { border-color: #70236C; }
span { border-color: rgb(112,35,108); }
td.TdClassName
{
border-color: #70236C;
}
.TagClassName
{
border-color: #70236C;
}
</style>