Shades of Palatinate Purple #69255B
Tints of Palatinate Purple #69255B
RGB
CMYK
RGB Variations
Color information
#69255B (or 0x69255B) is known color: Palatinate Purple. HEX triplet: 69, 25 and 5B. RGB value is (105,37,91). Sum of RGB (Red+Green+Blue) = 105+37+91=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69255B is #96DAA4. Grayscale: #3F3F3F. Windows color (decimal): -9886373 or 5973353. OLE color: 5973353.
HSL color Cylindrical-coordinate representation of color #69255B: hue angle of 312.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69255B is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 91 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.59 |
| HSL | 312.35º | 0.48% | 0.28% | - |
| HSV(B) | 312.35º | 0.65% | 0.41% | - |
| XYZ | 8.38 | 5.08 | 10.44 | - |
| YUV | 63.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 91 | 0 | 0.65 | 0.13 | 0.59 | 312.35 | 0.48 | 0.28 |
| Hex | 69 | 25 | 5B | 0 | 41 | D | 3B | 138 | 30 | 1C |
| Octal | 151 | 45 | 133 | 0 | 101 | 15 | 73 | 470 | 60 | 34 |
| Binary | 1101001 | 100101 | 1011011 | 0 | 1000001 | 1101 | 111011 | 100111000 | 110000 | 11100 |
Color Harmonies of #69255B
Complementary color
Monochromatic Colors of #69255B
Black with #69255B
Text Example
Text Example
White with #69255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69255B; }
p { color: rgb(105,37,91); }
H1.HeaderClassName
{
color: #69255B;
}
.AnyTagClassName
{
color: #69255B;
}
</style>
background-color css
<style>
a { background-color: #69255B; }
a { background-color: rgb(105,37,91); }
div.DivClassName
{
background-color: #69255B;
}
.BgClassName
{
background-color: #69255B;
}
</style>
border-color css
<style>
span { border-color: #69255B; }
span { border-color: rgb(105,37,91); }
td.TdClassName
{
border-color: #69255B;
}
.TagClassName
{
border-color: #69255B;
}
</style>