Shades of Palatinate Purple #690562
Tints of Palatinate Purple #690562
RGB
CMYK
RGB Variations
Color information
#690562 (or 0x690562) is known color: Palatinate Purple. HEX triplet: 69, 05 and 62. RGB value is (105,5,98). Sum of RGB (Red+Green+Blue) = 105+5+98=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690562 is #96FA9D. Grayscale: #2D2D2D. Windows color (decimal): -9894558 or 6423913. OLE color: 6423913.
HSL color Cylindrical-coordinate representation of color #690562: hue angle of 304.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690562 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 98 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.59 |
| HSL | 304.2º | 0.91% | 0.22% | - |
| HSV(B) | 304.2º | 0.95% | 0.41% | - |
| XYZ | 8.08 | 3.99 | 11.9 | - |
| YUV | 45.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 98 | 0 | 0.95 | 0.07 | 0.59 | 304.2 | 0.91 | 0.22 |
| Hex | 69 | 5 | 62 | 0 | 5F | 7 | 3B | 130 | 5B | 16 |
| Octal | 151 | 5 | 142 | 0 | 137 | 7 | 73 | 460 | 133 | 26 |
| Binary | 1101001 | 101 | 1100010 | 0 | 1011111 | 111 | 111011 | 100110000 | 1011011 | 10110 |
Color Harmonies of #690562
Complementary color
Monochromatic Colors of #690562
Black with #690562
Text Example
Text Example
White with #690562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690562; }
p { color: rgb(105,5,98); }
H1.HeaderClassName
{
color: #690562;
}
.AnyTagClassName
{
color: #690562;
}
</style>
background-color css
<style>
a { background-color: #690562; }
a { background-color: rgb(105,5,98); }
div.DivClassName
{
background-color: #690562;
}
.BgClassName
{
background-color: #690562;
}
</style>
border-color css
<style>
span { border-color: #690562; }
span { border-color: rgb(105,5,98); }
td.TdClassName
{
border-color: #690562;
}
.TagClassName
{
border-color: #690562;
}
</style>