Shades of Palatinate Purple #692555
Tints of Palatinate Purple #692555
RGB
CMYK
RGB Variations
Color information
#692555 (or 0x692555) is known color: Palatinate Purple. HEX triplet: 69, 25 and 55. RGB value is (105,37,85). Sum of RGB (Red+Green+Blue) = 105+37+85=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #692555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692555 is #96DAAA. Grayscale: #3E3E3E. Windows color (decimal): -9886379 or 5580137. OLE color: 5580137.
HSL color Cylindrical-coordinate representation of color #692555: hue angle of 317.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692555 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 85 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.59 |
| HSL | 317.65º | 0.48% | 0.28% | - |
| HSV(B) | 317.65º | 0.65% | 0.41% | - |
| XYZ | 8.13 | 4.98 | 9.13 | - |
| YUV | 62.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 85 | 0 | 0.65 | 0.19 | 0.59 | 317.65 | 0.48 | 0.28 |
| Hex | 69 | 25 | 55 | 0 | 41 | 13 | 3B | 13E | 30 | 1C |
| Octal | 151 | 45 | 125 | 0 | 101 | 23 | 73 | 476 | 60 | 34 |
| Binary | 1101001 | 100101 | 1010101 | 0 | 1000001 | 10011 | 111011 | 100111110 | 110000 | 11100 |
Color Harmonies of #692555
Complementary color
Monochromatic Colors of #692555
Black with #692555
Text Example
Text Example
White with #692555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692555; }
p { color: rgb(105,37,85); }
H1.HeaderClassName
{
color: #692555;
}
.AnyTagClassName
{
color: #692555;
}
</style>
background-color css
<style>
a { background-color: #692555; }
a { background-color: rgb(105,37,85); }
div.DivClassName
{
background-color: #692555;
}
.BgClassName
{
background-color: #692555;
}
</style>
border-color css
<style>
span { border-color: #692555; }
span { border-color: rgb(105,37,85); }
td.TdClassName
{
border-color: #692555;
}
.TagClassName
{
border-color: #692555;
}
</style>