Shades of Palatinate Purple #693461
Tints of Palatinate Purple #693461
RGB
CMYK
RGB Variations
Color information
#693461 (or 0x693461) is known color: Palatinate Purple. HEX triplet: 69, 34 and 61. RGB value is (105,52,97). Sum of RGB (Red+Green+Blue) = 105+52+97=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #693461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693461 is #96CB9E. Grayscale: #484848. Windows color (decimal): -9882527 or 6370409. OLE color: 6370409.
HSL color Cylindrical-coordinate representation of color #693461: hue angle of 309.06º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693461 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 52 | 97 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.59 |
| HSL | 309.06º | 0.34% | 0.31% | - |
| HSV(B) | 309.06º | 0.5% | 0.41% | - |
| XYZ | 9.21 | 6.32 | 12.04 | - |
| YUV | 72.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 97 | 0 | 0.50 | 0.08 | 0.59 | 309.06 | 0.34 | 0.31 |
| Hex | 69 | 34 | 61 | 0 | 32 | 8 | 3B | 135 | 22 | 1F |
| Octal | 151 | 64 | 141 | 0 | 62 | 10 | 73 | 465 | 42 | 37 |
| Binary | 1101001 | 110100 | 1100001 | 0 | 110010 | 1000 | 111011 | 100110101 | 100010 | 11111 |
Color Harmonies of #693461
Complementary color
Monochromatic Colors of #693461
Black with #693461
Text Example
Text Example
White with #693461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693461; }
p { color: rgb(105,52,97); }
H1.HeaderClassName
{
color: #693461;
}
.AnyTagClassName
{
color: #693461;
}
</style>
background-color css
<style>
a { background-color: #693461; }
a { background-color: rgb(105,52,97); }
div.DivClassName
{
background-color: #693461;
}
.BgClassName
{
background-color: #693461;
}
</style>
border-color css
<style>
span { border-color: #693461; }
span { border-color: rgb(105,52,97); }
td.TdClassName
{
border-color: #693461;
}
.TagClassName
{
border-color: #693461;
}
</style>