Shades of Palatinate Purple #69195C
Tints of Palatinate Purple #69195C
RGB
CMYK
RGB Variations
Color information
#69195C (or 0x69195C) is known color: Palatinate Purple. HEX triplet: 69, 19 and 5C. RGB value is (105,25,92). Sum of RGB (Red+Green+Blue) = 105+25+92=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #69195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69195C is #96E6A3. Grayscale: #383838. Windows color (decimal): -9889444 or 6035817. OLE color: 6035817.
HSL color Cylindrical-coordinate representation of color #69195C: hue angle of 309.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69195C is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 92 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.59 |
| HSL | 309.75º | 0.62% | 0.25% | - |
| HSV(B) | 309.75º | 0.76% | 0.41% | - |
| XYZ | 8.11 | 4.47 | 10.56 | - |
| YUV | 56.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 92 | 0 | 0.76 | 0.12 | 0.59 | 309.75 | 0.62 | 0.25 |
| Hex | 69 | 19 | 5C | 0 | 4C | C | 3B | 136 | 3E | 19 |
| Octal | 151 | 31 | 134 | 0 | 114 | 14 | 73 | 466 | 76 | 31 |
| Binary | 1101001 | 11001 | 1011100 | 0 | 1001100 | 1100 | 111011 | 100110110 | 111110 | 11001 |
Color Harmonies of #69195C
Complementary color
Monochromatic Colors of #69195C
Black with #69195C
Text Example
Text Example
White with #69195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69195C; }
p { color: rgb(105,25,92); }
H1.HeaderClassName
{
color: #69195C;
}
.AnyTagClassName
{
color: #69195C;
}
</style>
background-color css
<style>
a { background-color: #69195C; }
a { background-color: rgb(105,25,92); }
div.DivClassName
{
background-color: #69195C;
}
.BgClassName
{
background-color: #69195C;
}
</style>
border-color css
<style>
span { border-color: #69195C; }
span { border-color: rgb(105,25,92); }
td.TdClassName
{
border-color: #69195C;
}
.TagClassName
{
border-color: #69195C;
}
</style>