Shades of Palatinate Purple #702664
Tints of Palatinate Purple #702664
RGB
CMYK
RGB Variations
Color information
#702664 (or 0x702664) is known color: Palatinate Purple. HEX triplet: 70, 26 and 64. RGB value is (112,38,100). Sum of RGB (Red+Green+Blue) = 112+38+100=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702664 is #8FD99B. Grayscale: #434343. Windows color (decimal): -9427356 or 6563440. OLE color: 6563440.
HSL color Cylindrical-coordinate representation of color #702664: hue angle of 309.73º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702664 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 100 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.56 |
| HSL | 309.73º | 0.49% | 0.29% | - |
| HSV(B) | 309.73º | 0.66% | 0.44% | - |
| XYZ | 9.68 | 5.75 | 12.66 | - |
| YUV | 67.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 100 | 0 | 0.66 | 0.11 | 0.56 | 309.73 | 0.49 | 0.29 |
| Hex | 70 | 26 | 64 | 0 | 42 | B | 38 | 136 | 31 | 1D |
| Octal | 160 | 46 | 144 | 0 | 102 | 13 | 70 | 466 | 61 | 35 |
| Binary | 1110000 | 100110 | 1100100 | 0 | 1000010 | 1011 | 111000 | 100110110 | 110001 | 11101 |
Color Harmonies of #702664
Complementary color
Monochromatic Colors of #702664
Black with #702664
Text Example
Text Example
White with #702664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702664; }
p { color: rgb(112,38,100); }
H1.HeaderClassName
{
color: #702664;
}
.AnyTagClassName
{
color: #702664;
}
</style>
background-color css
<style>
a { background-color: #702664; }
a { background-color: rgb(112,38,100); }
div.DivClassName
{
background-color: #702664;
}
.BgClassName
{
background-color: #702664;
}
</style>
border-color css
<style>
span { border-color: #702664; }
span { border-color: rgb(112,38,100); }
td.TdClassName
{
border-color: #702664;
}
.TagClassName
{
border-color: #702664;
}
</style>