Shades of Palatinate Purple #690564
Tints of Palatinate Purple #690564
RGB
CMYK
RGB Variations
Color information
#690564 (or 0x690564) is known color: Palatinate Purple. HEX triplet: 69, 05 and 64. RGB value is (105,5,100). Sum of RGB (Red+Green+Blue) = 105+5+100=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690564 is #96FA9B. Grayscale: #2D2D2D. Windows color (decimal): -9894556 or 6554985. OLE color: 6554985.
HSL color Cylindrical-coordinate representation of color #690564: hue angle of 303º 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 #690564 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 100 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.59 |
| HSL | 303º | 0.91% | 0.22% | - |
| HSV(B) | 303º | 0.95% | 0.41% | - |
| XYZ | 8.18 | 4.03 | 12.4 | - |
| YUV | 45.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 100 | 0 | 0.95 | 0.05 | 0.59 | 303 | 0.91 | 0.22 |
| Hex | 69 | 5 | 64 | 0 | 5F | 5 | 3B | 12F | 5B | 16 |
| Octal | 151 | 5 | 144 | 0 | 137 | 5 | 73 | 457 | 133 | 26 |
| Binary | 1101001 | 101 | 1100100 | 0 | 1011111 | 101 | 111011 | 100101111 | 1011011 | 10110 |
Color Harmonies of #690564
Complementary color
Monochromatic Colors of #690564
Black with #690564
Text Example
Text Example
White with #690564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690564; }
p { color: rgb(105,5,100); }
H1.HeaderClassName
{
color: #690564;
}
.AnyTagClassName
{
color: #690564;
}
</style>
background-color css
<style>
a { background-color: #690564; }
a { background-color: rgb(105,5,100); }
div.DivClassName
{
background-color: #690564;
}
.BgClassName
{
background-color: #690564;
}
</style>
border-color css
<style>
span { border-color: #690564; }
span { border-color: rgb(105,5,100); }
td.TdClassName
{
border-color: #690564;
}
.TagClassName
{
border-color: #690564;
}
</style>