Shades of Palatinate Purple #69105C
Tints of Palatinate Purple #69105C
RGB
CMYK
RGB Variations
Color information
#69105C (or 0x69105C) is known color: Palatinate Purple. HEX triplet: 69, 10 and 5C. RGB value is (105,16,92). Sum of RGB (Red+Green+Blue) = 105+16+92=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #69105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69105C is #96EFA3. Grayscale: #333333. Windows color (decimal): -9891748 or 6033513. OLE color: 6033513.
HSL color Cylindrical-coordinate representation of color #69105C: hue angle of 308.76º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69105C is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 16 | 92 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.59 |
| HSL | 308.76º | 0.74% | 0.24% | - |
| HSV(B) | 308.76º | 0.85% | 0.41% | - |
| XYZ | 7.94 | 4.15 | 10.51 | - |
| YUV | 51.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 92 | 0 | 0.85 | 0.12 | 0.59 | 308.76 | 0.74 | 0.24 |
| Hex | 69 | 10 | 5C | 0 | 55 | C | 3B | 135 | 4A | 18 |
| Octal | 151 | 20 | 134 | 0 | 125 | 14 | 73 | 465 | 112 | 30 |
| Binary | 1101001 | 10000 | 1011100 | 0 | 1010101 | 1100 | 111011 | 100110101 | 1001010 | 11000 |
Color Harmonies of #69105C
Complementary color
Monochromatic Colors of #69105C
Black with #69105C
Text Example
Text Example
White with #69105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69105C; }
p { color: rgb(105,16,92); }
H1.HeaderClassName
{
color: #69105C;
}
.AnyTagClassName
{
color: #69105C;
}
</style>
background-color css
<style>
a { background-color: #69105C; }
a { background-color: rgb(105,16,92); }
div.DivClassName
{
background-color: #69105C;
}
.BgClassName
{
background-color: #69105C;
}
</style>
border-color css
<style>
span { border-color: #69105C; }
span { border-color: rgb(105,16,92); }
td.TdClassName
{
border-color: #69105C;
}
.TagClassName
{
border-color: #69105C;
}
</style>