Shades of Palatinate Purple #693165
Tints of Palatinate Purple #693165
RGB
CMYK
RGB Variations
Color information
#693165 (or 0x693165) is known color: Palatinate Purple. HEX triplet: 69, 31 and 65. RGB value is (105,49,101). Sum of RGB (Red+Green+Blue) = 105+49+101=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #693165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693165 is #96CE9A. Grayscale: #474747. Windows color (decimal): -9883291 or 6631785. OLE color: 6631785.
HSL color Cylindrical-coordinate representation of color #693165: hue angle of 304.29º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693165 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 101 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.59 |
| HSL | 304.29º | 0.36% | 0.3% | - |
| HSV(B) | 304.29º | 0.53% | 0.41% | - |
| XYZ | 9.27 | 6.14 | 13.01 | - |
| YUV | 71.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 101 | 0 | 0.53 | 0.04 | 0.59 | 304.29 | 0.36 | 0.3 |
| Hex | 69 | 31 | 65 | 0 | 35 | 4 | 3B | 130 | 24 | 1E |
| Octal | 151 | 61 | 145 | 0 | 65 | 4 | 73 | 460 | 44 | 36 |
| Binary | 1101001 | 110001 | 1100101 | 0 | 110101 | 100 | 111011 | 100110000 | 100100 | 11110 |
Color Harmonies of #693165
Complementary color
Monochromatic Colors of #693165
Black with #693165
Text Example
Text Example
White with #693165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693165; }
p { color: rgb(105,49,101); }
H1.HeaderClassName
{
color: #693165;
}
.AnyTagClassName
{
color: #693165;
}
</style>
background-color css
<style>
a { background-color: #693165; }
a { background-color: rgb(105,49,101); }
div.DivClassName
{
background-color: #693165;
}
.BgClassName
{
background-color: #693165;
}
</style>
border-color css
<style>
span { border-color: #693165; }
span { border-color: rgb(105,49,101); }
td.TdClassName
{
border-color: #693165;
}
.TagClassName
{
border-color: #693165;
}
</style>