Shades of Palatinate Purple #690D6B
Tints of Palatinate Purple #690D6B
RGB
CMYK
RGB Variations
Color information
#690D6B (or 0x690D6B) is known color: Palatinate Purple. HEX triplet: 69, 0D and 6B. RGB value is (105,13,107). Sum of RGB (Red+Green+Blue) = 105+13+107=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #690D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D6B is #96F294. Grayscale: #323232. Windows color (decimal): -9892501 or 7015785. OLE color: 7015785.
HSL color Cylindrical-coordinate representation of color #690D6B: hue angle of 298.72º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D6B is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 13 | 107 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.58 |
| HSL | 298.72º | 0.78% | 0.24% | - |
| HSV(B) | 298.72º | 0.88% | 0.42% | - |
| XYZ | 8.62 | 4.35 | 14.3 | - |
| YUV | 51.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 107 | 0.02 | 0.88 | 0 | 0.58 | 298.72 | 0.78 | 0.24 |
| Hex | 69 | D | 6B | 2 | 58 | 0 | 3A | 12B | 4E | 18 |
| Octal | 151 | 15 | 153 | 2 | 130 | 0 | 72 | 453 | 116 | 30 |
| Binary | 1101001 | 1101 | 1101011 | 10 | 1011000 | 0 | 111010 | 100101011 | 1001110 | 11000 |
Color Harmonies of #690D6B
Complementary color
Monochromatic Colors of #690D6B
Black with #690D6B
Text Example
Text Example
White with #690D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D6B; }
p { color: rgb(105,13,107); }
H1.HeaderClassName
{
color: #690D6B;
}
.AnyTagClassName
{
color: #690D6B;
}
</style>
background-color css
<style>
a { background-color: #690D6B; }
a { background-color: rgb(105,13,107); }
div.DivClassName
{
background-color: #690D6B;
}
.BgClassName
{
background-color: #690D6B;
}
</style>
border-color css
<style>
span { border-color: #690D6B; }
span { border-color: rgb(105,13,107); }
td.TdClassName
{
border-color: #690D6B;
}
.TagClassName
{
border-color: #690D6B;
}
</style>