Shades of Palatinate Purple #69355F
Tints of Palatinate Purple #69355F
RGB
CMYK
RGB Variations
Color information
#69355F (or 0x69355F) is known color: Palatinate Purple. HEX triplet: 69, 35 and 5F. RGB value is (105,53,95). Sum of RGB (Red+Green+Blue) = 105+53+95=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #69355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69355F is #96CAA0. Grayscale: #494949. Windows color (decimal): -9882273 or 6239593. OLE color: 6239593.
HSL color Cylindrical-coordinate representation of color #69355F: hue angle of 311.54º degrees, saturation: 0.33, 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 #69355F is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 95 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.59 |
| HSL | 311.54º | 0.33% | 0.31% | - |
| HSV(B) | 311.54º | 0.5% | 0.41% | - |
| XYZ | 9.16 | 6.38 | 11.57 | - |
| YUV | 73.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 95 | 0 | 0.50 | 0.10 | 0.59 | 311.54 | 0.33 | 0.31 |
| Hex | 69 | 35 | 5F | 0 | 32 | A | 3B | 138 | 21 | 1F |
| Octal | 151 | 65 | 137 | 0 | 62 | 12 | 73 | 470 | 41 | 37 |
| Binary | 1101001 | 110101 | 1011111 | 0 | 110010 | 1010 | 111011 | 100111000 | 100001 | 11111 |
Color Harmonies of #69355F
Complementary color
Monochromatic Colors of #69355F
Black with #69355F
Text Example
Text Example
White with #69355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69355F; }
p { color: rgb(105,53,95); }
H1.HeaderClassName
{
color: #69355F;
}
.AnyTagClassName
{
color: #69355F;
}
</style>
background-color css
<style>
a { background-color: #69355F; }
a { background-color: rgb(105,53,95); }
div.DivClassName
{
background-color: #69355F;
}
.BgClassName
{
background-color: #69355F;
}
</style>
border-color css
<style>
span { border-color: #69355F; }
span { border-color: rgb(105,53,95); }
td.TdClassName
{
border-color: #69355F;
}
.TagClassName
{
border-color: #69355F;
}
</style>