Shades of Palatinate Purple #69275C
Tints of Palatinate Purple #69275C
RGB
CMYK
RGB Variations
Color information
#69275C (or 0x69275C) is known color: Palatinate Purple. HEX triplet: 69, 27 and 5C. RGB value is (105,39,92). Sum of RGB (Red+Green+Blue) = 105+39+92=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69275C is #96D8A3. Grayscale: #404040. Windows color (decimal): -9885860 or 6039401. OLE color: 6039401.
HSL color Cylindrical-coordinate representation of color #69275C: hue angle of 311.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69275C is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 39 | 92 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.59 |
| HSL | 311.82º | 0.46% | 0.28% | - |
| HSV(B) | 311.82º | 0.63% | 0.41% | - |
| XYZ | 8.48 | 5.23 | 10.69 | - |
| YUV | 64.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 92 | 0 | 0.63 | 0.12 | 0.59 | 311.82 | 0.46 | 0.28 |
| Hex | 69 | 27 | 5C | 0 | 3F | C | 3B | 138 | 2E | 1C |
| Octal | 151 | 47 | 134 | 0 | 77 | 14 | 73 | 470 | 56 | 34 |
| Binary | 1101001 | 100111 | 1011100 | 0 | 111111 | 1100 | 111011 | 100111000 | 101110 | 11100 |
Color Harmonies of #69275C
Complementary color
Monochromatic Colors of #69275C
Black with #69275C
Text Example
Text Example
White with #69275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69275C; }
p { color: rgb(105,39,92); }
H1.HeaderClassName
{
color: #69275C;
}
.AnyTagClassName
{
color: #69275C;
}
</style>
background-color css
<style>
a { background-color: #69275C; }
a { background-color: rgb(105,39,92); }
div.DivClassName
{
background-color: #69275C;
}
.BgClassName
{
background-color: #69275C;
}
</style>
border-color css
<style>
span { border-color: #69275C; }
span { border-color: rgb(105,39,92); }
td.TdClassName
{
border-color: #69275C;
}
.TagClassName
{
border-color: #69275C;
}
</style>