Shades of Palatinate Purple #702368
Tints of Palatinate Purple #702368
RGB
CMYK
RGB Variations
Color information
#702368 (or 0x702368) is known color: Palatinate Purple. HEX triplet: 70, 23 and 68. RGB value is (112,35,104). Sum of RGB (Red+Green+Blue) = 112+35+104=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702368 is #8FDC97. Grayscale: #414141. Windows color (decimal): -9428120 or 6824816. OLE color: 6824816.
HSL color Cylindrical-coordinate representation of color #702368: hue angle of 306.23º 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 #702368 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 104 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.56 |
| HSL | 306.23º | 0.52% | 0.29% | - |
| HSV(B) | 306.23º | 0.69% | 0.44% | - |
| XYZ | 9.78 | 5.65 | 13.67 | - |
| YUV | 65.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 104 | 0 | 0.69 | 0.07 | 0.56 | 306.23 | 0.52 | 0.29 |
| Hex | 70 | 23 | 68 | 0 | 45 | 7 | 38 | 132 | 34 | 1D |
| Octal | 160 | 43 | 150 | 0 | 105 | 7 | 70 | 462 | 64 | 35 |
| Binary | 1110000 | 100011 | 1101000 | 0 | 1000101 | 111 | 111000 | 100110010 | 110100 | 11101 |
Color Harmonies of #702368
Complementary color
Monochromatic Colors of #702368
Black with #702368
Text Example
Text Example
White with #702368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702368; }
p { color: rgb(112,35,104); }
H1.HeaderClassName
{
color: #702368;
}
.AnyTagClassName
{
color: #702368;
}
</style>
background-color css
<style>
a { background-color: #702368; }
a { background-color: rgb(112,35,104); }
div.DivClassName
{
background-color: #702368;
}
.BgClassName
{
background-color: #702368;
}
</style>
border-color css
<style>
span { border-color: #702368; }
span { border-color: rgb(112,35,104); }
td.TdClassName
{
border-color: #702368;
}
.TagClassName
{
border-color: #702368;
}
</style>