Shades of Palatinate Purple #693264
Tints of Palatinate Purple #693264
RGB
CMYK
RGB Variations
Color information
#693264 (or 0x693264) is known color: Palatinate Purple. HEX triplet: 69, 32 and 64. RGB value is (105,50,100). Sum of RGB (Red+Green+Blue) = 105+50+100=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #693264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693264 is #96CD9B. Grayscale: #484848. Windows color (decimal): -9883036 or 6566505. OLE color: 6566505.
HSL color Cylindrical-coordinate representation of color #693264: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693264 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 100 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.59 |
| HSL | 305.45º | 0.35% | 0.3% | - |
| HSV(B) | 305.45º | 0.52% | 0.41% | - |
| XYZ | 9.27 | 6.2 | 12.77 | - |
| YUV | 72.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 100 | 0 | 0.52 | 0.05 | 0.59 | 305.45 | 0.35 | 0.3 |
| Hex | 69 | 32 | 64 | 0 | 34 | 5 | 3B | 131 | 23 | 1E |
| Octal | 151 | 62 | 144 | 0 | 64 | 5 | 73 | 461 | 43 | 36 |
| Binary | 1101001 | 110010 | 1100100 | 0 | 110100 | 101 | 111011 | 100110001 | 100011 | 11110 |
Color Harmonies of #693264
Complementary color
Monochromatic Colors of #693264
Black with #693264
Text Example
Text Example
White with #693264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693264; }
p { color: rgb(105,50,100); }
H1.HeaderClassName
{
color: #693264;
}
.AnyTagClassName
{
color: #693264;
}
</style>
background-color css
<style>
a { background-color: #693264; }
a { background-color: rgb(105,50,100); }
div.DivClassName
{
background-color: #693264;
}
.BgClassName
{
background-color: #693264;
}
</style>
border-color css
<style>
span { border-color: #693264; }
span { border-color: rgb(105,50,100); }
td.TdClassName
{
border-color: #693264;
}
.TagClassName
{
border-color: #693264;
}
</style>