Shades of Palatinate Purple #69265D
Tints of Palatinate Purple #69265D
RGB
CMYK
RGB Variations
Color information
#69265D (or 0x69265D) is known color: Palatinate Purple. HEX triplet: 69, 26 and 5D. RGB value is (105,38,93). Sum of RGB (Red+Green+Blue) = 105+38+93=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69265D is #96D9A2. Grayscale: #404040. Windows color (decimal): -9886115 or 6104681. OLE color: 6104681.
HSL color Cylindrical-coordinate representation of color #69265D: hue angle of 310.75º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69265D is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 38 | 93 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.59 |
| HSL | 310.75º | 0.47% | 0.28% | - |
| HSV(B) | 310.75º | 0.64% | 0.41% | - |
| XYZ | 8.49 | 5.18 | 10.91 | - |
| YUV | 64.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 93 | 0 | 0.64 | 0.11 | 0.59 | 310.75 | 0.47 | 0.28 |
| Hex | 69 | 26 | 5D | 0 | 40 | B | 3B | 137 | 2F | 1C |
| Octal | 151 | 46 | 135 | 0 | 100 | 13 | 73 | 467 | 57 | 34 |
| Binary | 1101001 | 100110 | 1011101 | 0 | 1000000 | 1011 | 111011 | 100110111 | 101111 | 11100 |
Color Harmonies of #69265D
Complementary color
Monochromatic Colors of #69265D
Black with #69265D
Text Example
Text Example
White with #69265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69265D; }
p { color: rgb(105,38,93); }
H1.HeaderClassName
{
color: #69265D;
}
.AnyTagClassName
{
color: #69265D;
}
</style>
background-color css
<style>
a { background-color: #69265D; }
a { background-color: rgb(105,38,93); }
div.DivClassName
{
background-color: #69265D;
}
.BgClassName
{
background-color: #69265D;
}
</style>
border-color css
<style>
span { border-color: #69265D; }
span { border-color: rgb(105,38,93); }
td.TdClassName
{
border-color: #69265D;
}
.TagClassName
{
border-color: #69265D;
}
</style>