Shades of Palatinate Purple #69275E
Tints of Palatinate Purple #69275E
RGB
CMYK
RGB Variations
Color information
#69275E (or 0x69275E) is known color: Palatinate Purple. HEX triplet: 69, 27 and 5E. RGB value is (105,39,94). Sum of RGB (Red+Green+Blue) = 105+39+94=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #69275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69275E is #96D8A1. Grayscale: #404040. Windows color (decimal): -9885858 or 6170473. OLE color: 6170473.
HSL color Cylindrical-coordinate representation of color #69275E: hue angle of 310º 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 #69275E is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 39 | 94 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.59 |
| HSL | 310º | 0.46% | 0.28% | - |
| HSV(B) | 310º | 0.63% | 0.41% | - |
| XYZ | 8.57 | 5.26 | 11.15 | - |
| YUV | 65 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 94 | 0 | 0.63 | 0.10 | 0.59 | 310 | 0.46 | 0.28 |
| Hex | 69 | 27 | 5E | 0 | 3F | A | 3B | 136 | 2E | 1C |
| Octal | 151 | 47 | 136 | 0 | 77 | 12 | 73 | 466 | 56 | 34 |
| Binary | 1101001 | 100111 | 1011110 | 0 | 111111 | 1010 | 111011 | 100110110 | 101110 | 11100 |
Color Harmonies of #69275E
Complementary color
Monochromatic Colors of #69275E
Black with #69275E
Text Example
Text Example
White with #69275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69275E; }
p { color: rgb(105,39,94); }
H1.HeaderClassName
{
color: #69275E;
}
.AnyTagClassName
{
color: #69275E;
}
</style>
background-color css
<style>
a { background-color: #69275E; }
a { background-color: rgb(105,39,94); }
div.DivClassName
{
background-color: #69275E;
}
.BgClassName
{
background-color: #69275E;
}
</style>
border-color css
<style>
span { border-color: #69275E; }
span { border-color: rgb(105,39,94); }
td.TdClassName
{
border-color: #69275E;
}
.TagClassName
{
border-color: #69275E;
}
</style>