Shades of Palatinate Purple #690A5E
Tints of Palatinate Purple #690A5E
RGB
CMYK
RGB Variations
Color information
#690A5E (or 0x690A5E) is known color: Palatinate Purple. HEX triplet: 69, 0A and 5E. RGB value is (105,10,94). Sum of RGB (Red+Green+Blue) = 105+10+94=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A5E is #96F5A1. Grayscale: #2F2F2F. Windows color (decimal): -9893282 or 6163049. OLE color: 6163049.
HSL color Cylindrical-coordinate representation of color #690A5E: hue angle of 306.95º 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 #690A5E is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 94 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.59 |
| HSL | 306.95º | 0.83% | 0.23% | - |
| HSV(B) | 306.95º | 0.9% | 0.41% | - |
| XYZ | 7.95 | 4.03 | 10.95 | - |
| YUV | 47.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 94 | 0 | 0.90 | 0.10 | 0.59 | 306.95 | 0.83 | 0.23 |
| Hex | 69 | A | 5E | 0 | 5A | A | 3B | 133 | 53 | 17 |
| Octal | 151 | 12 | 136 | 0 | 132 | 12 | 73 | 463 | 123 | 27 |
| Binary | 1101001 | 1010 | 1011110 | 0 | 1011010 | 1010 | 111011 | 100110011 | 1010011 | 10111 |
Color Harmonies of #690A5E
Complementary color
Monochromatic Colors of #690A5E
Black with #690A5E
Text Example
Text Example
White with #690A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A5E; }
p { color: rgb(105,10,94); }
H1.HeaderClassName
{
color: #690A5E;
}
.AnyTagClassName
{
color: #690A5E;
}
</style>
background-color css
<style>
a { background-color: #690A5E; }
a { background-color: rgb(105,10,94); }
div.DivClassName
{
background-color: #690A5E;
}
.BgClassName
{
background-color: #690A5E;
}
</style>
border-color css
<style>
span { border-color: #690A5E; }
span { border-color: rgb(105,10,94); }
td.TdClassName
{
border-color: #690A5E;
}
.TagClassName
{
border-color: #690A5E;
}
</style>