Shades of Palatinate Purple #690A68
Tints of Palatinate Purple #690A68
RGB
CMYK
RGB Variations
Color information
#690A68 (or 0x690A68) is known color: Palatinate Purple. HEX triplet: 69, 0A and 68. RGB value is (105,10,104). Sum of RGB (Red+Green+Blue) = 105+10+104=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #690A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A68 is #96F597. Grayscale: #303030. Windows color (decimal): -9893272 or 6818409. OLE color: 6818409.
HSL color Cylindrical-coordinate representation of color #690A68: hue angle of 300.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A68 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 104 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.59 |
| HSL | 300.63º | 0.83% | 0.23% | - |
| HSV(B) | 300.63º | 0.9% | 0.41% | - |
| XYZ | 8.43 | 4.22 | 13.47 | - |
| YUV | 49.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 104 | 0 | 0.90 | 0.01 | 0.59 | 300.63 | 0.83 | 0.23 |
| Hex | 69 | A | 68 | 0 | 5A | 1 | 3B | 12D | 53 | 17 |
| Octal | 151 | 12 | 150 | 0 | 132 | 1 | 73 | 455 | 123 | 27 |
| Binary | 1101001 | 1010 | 1101000 | 0 | 1011010 | 1 | 111011 | 100101101 | 1010011 | 10111 |
Color Harmonies of #690A68
Complementary color
Monochromatic Colors of #690A68
Black with #690A68
Text Example
Text Example
White with #690A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A68; }
p { color: rgb(105,10,104); }
H1.HeaderClassName
{
color: #690A68;
}
.AnyTagClassName
{
color: #690A68;
}
</style>
background-color css
<style>
a { background-color: #690A68; }
a { background-color: rgb(105,10,104); }
div.DivClassName
{
background-color: #690A68;
}
.BgClassName
{
background-color: #690A68;
}
</style>
border-color css
<style>
span { border-color: #690A68; }
span { border-color: rgb(105,10,104); }
td.TdClassName
{
border-color: #690A68;
}
.TagClassName
{
border-color: #690A68;
}
</style>