Shades of Palatinate Purple #693A5A
Tints of Palatinate Purple #693A5A
RGB
CMYK
RGB Variations
Color information
#693A5A (or 0x693A5A) is known color: Palatinate Purple. HEX triplet: 69, 3A and 5A. RGB value is (105,58,90). Sum of RGB (Red+Green+Blue) = 105+58+90=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #693A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A5A is #96C5A5. Grayscale: #4B4B4B. Windows color (decimal): -9880998 or 5913193. OLE color: 5913193.
HSL color Cylindrical-coordinate representation of color #693A5A: hue angle of 319.15º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A5A is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 90 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.59 |
| HSL | 319.15º | 0.29% | 0.32% | - |
| HSV(B) | 319.15º | 0.45% | 0.41% | - |
| XYZ | 9.18 | 6.77 | 10.5 | - |
| YUV | 75.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 90 | 0 | 0.45 | 0.14 | 0.59 | 319.15 | 0.29 | 0.32 |
| Hex | 69 | 3A | 5A | 0 | 2D | E | 3B | 13F | 1D | 20 |
| Octal | 151 | 72 | 132 | 0 | 55 | 16 | 73 | 477 | 35 | 40 |
| Binary | 1101001 | 111010 | 1011010 | 0 | 101101 | 1110 | 111011 | 100111111 | 11101 | 100000 |
Color Harmonies of #693A5A
Complementary color
Monochromatic Colors of #693A5A
Black with #693A5A
Text Example
Text Example
White with #693A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A5A; }
p { color: rgb(105,58,90); }
H1.HeaderClassName
{
color: #693A5A;
}
.AnyTagClassName
{
color: #693A5A;
}
</style>
background-color css
<style>
a { background-color: #693A5A; }
a { background-color: rgb(105,58,90); }
div.DivClassName
{
background-color: #693A5A;
}
.BgClassName
{
background-color: #693A5A;
}
</style>
border-color css
<style>
span { border-color: #693A5A; }
span { border-color: rgb(105,58,90); }
td.TdClassName
{
border-color: #693A5A;
}
.TagClassName
{
border-color: #693A5A;
}
</style>