Shades of Palatinate Purple #692D64
Tints of Palatinate Purple #692D64
RGB
CMYK
RGB Variations
Color information
#692D64 (or 0x692D64) is known color: Palatinate Purple. HEX triplet: 69, 2D and 64. RGB value is (105,45,100). Sum of RGB (Red+Green+Blue) = 105+45+100=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #692D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D64 is #96D29B. Grayscale: #454545. Windows color (decimal): -9884316 or 6565225. OLE color: 6565225.
HSL color Cylindrical-coordinate representation of color #692D64: hue angle of 305º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D64 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 100 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.59 |
| HSL | 305º | 0.4% | 0.29% | - |
| HSV(B) | 305º | 0.57% | 0.41% | - |
| XYZ | 9.06 | 5.8 | 12.7 | - |
| YUV | 69.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 100 | 0 | 0.57 | 0.05 | 0.59 | 305 | 0.4 | 0.29 |
| Hex | 69 | 2D | 64 | 0 | 39 | 5 | 3B | 131 | 28 | 1D |
| Octal | 151 | 55 | 144 | 0 | 71 | 5 | 73 | 461 | 50 | 35 |
| Binary | 1101001 | 101101 | 1100100 | 0 | 111001 | 101 | 111011 | 100110001 | 101000 | 11101 |
Color Harmonies of #692D64
Complementary color
Monochromatic Colors of #692D64
Black with #692D64
Text Example
Text Example
White with #692D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D64; }
p { color: rgb(105,45,100); }
H1.HeaderClassName
{
color: #692D64;
}
.AnyTagClassName
{
color: #692D64;
}
</style>
background-color css
<style>
a { background-color: #692D64; }
a { background-color: rgb(105,45,100); }
div.DivClassName
{
background-color: #692D64;
}
.BgClassName
{
background-color: #692D64;
}
</style>
border-color css
<style>
span { border-color: #692D64; }
span { border-color: rgb(105,45,100); }
td.TdClassName
{
border-color: #692D64;
}
.TagClassName
{
border-color: #692D64;
}
</style>