Shades of Palatinate Purple #693F64
Tints of Palatinate Purple #693F64
RGB
CMYK
RGB Variations
Color information
#693F64 (or 0x693F64) is known color: Palatinate Purple. HEX triplet: 69, 3F and 64. RGB value is (105,63,100). Sum of RGB (Red+Green+Blue) = 105+63+100=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #693F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F64 is #96C09B. Grayscale: #4F4F4F. Windows color (decimal): -9879708 or 6569833. OLE color: 6569833.
HSL color Cylindrical-coordinate representation of color #693F64: hue angle of 307.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F64 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 100 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.59 |
| HSL | 307.14º | 0.25% | 0.33% | - |
| HSV(B) | 307.14º | 0.4% | 0.41% | - |
| XYZ | 9.9 | 7.48 | 12.98 | - |
| YUV | 79.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 100 | 0 | 0.4 | 0.05 | 0.59 | 307.14 | 0.25 | 0.33 |
| Hex | 69 | 3F | 64 | 0 | 28 | 5 | 3B | 133 | 19 | 21 |
| Octal | 151 | 77 | 144 | 0 | 50 | 5 | 73 | 463 | 31 | 41 |
| Binary | 1101001 | 111111 | 1100100 | 0 | 101000 | 101 | 111011 | 100110011 | 11001 | 100001 |
Color Harmonies of #693F64
Complementary color
Monochromatic Colors of #693F64
Black with #693F64
Text Example
Text Example
White with #693F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F64; }
p { color: rgb(105,63,100); }
H1.HeaderClassName
{
color: #693F64;
}
.AnyTagClassName
{
color: #693F64;
}
</style>
background-color css
<style>
a { background-color: #693F64; }
a { background-color: rgb(105,63,100); }
div.DivClassName
{
background-color: #693F64;
}
.BgClassName
{
background-color: #693F64;
}
</style>
border-color css
<style>
span { border-color: #693F64; }
span { border-color: rgb(105,63,100); }
td.TdClassName
{
border-color: #693F64;
}
.TagClassName
{
border-color: #693F64;
}
</style>