Shades of Palatinate Purple #690F55
Tints of Palatinate Purple #690F55
RGB
CMYK
RGB Variations
Color information
#690F55 (or 0x690F55) is known color: Palatinate Purple. HEX triplet: 69, 0F and 55. RGB value is (105,15,85). Sum of RGB (Red+Green+Blue) = 105+15+85=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #690F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F55 is #96F0AA. Grayscale: #313131. Windows color (decimal): -9892011 or 5574505. OLE color: 5574505.
HSL color Cylindrical-coordinate representation of color #690F55: hue angle of 313.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F55 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 85 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.59 |
| HSL | 313.33º | 0.75% | 0.24% | - |
| HSV(B) | 313.33º | 0.86% | 0.41% | - |
| XYZ | 7.64 | 4 | 8.96 | - |
| YUV | 49.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 85 | 0 | 0.86 | 0.19 | 0.59 | 313.33 | 0.75 | 0.24 |
| Hex | 69 | F | 55 | 0 | 56 | 13 | 3B | 139 | 4B | 18 |
| Octal | 151 | 17 | 125 | 0 | 126 | 23 | 73 | 471 | 113 | 30 |
| Binary | 1101001 | 1111 | 1010101 | 0 | 1010110 | 10011 | 111011 | 100111001 | 1001011 | 11000 |
Color Harmonies of #690F55
Complementary color
Monochromatic Colors of #690F55
Black with #690F55
Text Example
Text Example
White with #690F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F55; }
p { color: rgb(105,15,85); }
H1.HeaderClassName
{
color: #690F55;
}
.AnyTagClassName
{
color: #690F55;
}
</style>
background-color css
<style>
a { background-color: #690F55; }
a { background-color: rgb(105,15,85); }
div.DivClassName
{
background-color: #690F55;
}
.BgClassName
{
background-color: #690F55;
}
</style>
border-color css
<style>
span { border-color: #690F55; }
span { border-color: rgb(105,15,85); }
td.TdClassName
{
border-color: #690F55;
}
.TagClassName
{
border-color: #690F55;
}
</style>