Shades of Palatinate Purple #69196A
Tints of Palatinate Purple #69196A
RGB
CMYK
RGB Variations
Color information
#69196A (or 0x69196A) is known color: Palatinate Purple. HEX triplet: 69, 19 and 6A. RGB value is (105,25,106). Sum of RGB (Red+Green+Blue) = 105+25+106=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #69196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69196A is #96E695. Grayscale: #393939. Windows color (decimal): -9889430 or 6953321. OLE color: 6953321.
HSL color Cylindrical-coordinate representation of color #69196A: hue angle of 299.26º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69196A is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 25 | 106 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.58 |
| HSL | 299.26º | 0.62% | 0.26% | - |
| HSV(B) | 299.26º | 0.76% | 0.42% | - |
| XYZ | 8.77 | 4.74 | 14.09 | - |
| YUV | 58.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 106 | 0.01 | 0.76 | 0 | 0.58 | 299.26 | 0.62 | 0.26 |
| Hex | 69 | 19 | 6A | 1 | 4C | 0 | 3A | 12B | 3E | 1A |
| Octal | 151 | 31 | 152 | 1 | 114 | 0 | 72 | 453 | 76 | 32 |
| Binary | 1101001 | 11001 | 1101010 | 1 | 1001100 | 0 | 111010 | 100101011 | 111110 | 11010 |
Color Harmonies of #69196A
Complementary color
Monochromatic Colors of #69196A
Black with #69196A
Text Example
Text Example
White with #69196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69196A; }
p { color: rgb(105,25,106); }
H1.HeaderClassName
{
color: #69196A;
}
.AnyTagClassName
{
color: #69196A;
}
</style>
background-color css
<style>
a { background-color: #69196A; }
a { background-color: rgb(105,25,106); }
div.DivClassName
{
background-color: #69196A;
}
.BgClassName
{
background-color: #69196A;
}
</style>
border-color css
<style>
span { border-color: #69196A; }
span { border-color: rgb(105,25,106); }
td.TdClassName
{
border-color: #69196A;
}
.TagClassName
{
border-color: #69196A;
}
</style>