Shades of Palatinate Purple #69095A
Tints of Palatinate Purple #69095A
RGB
CMYK
RGB Variations
Color information
#69095A (or 0x69095A) is known color: Palatinate Purple. HEX triplet: 69, 09 and 5A. RGB value is (105,9,90). Sum of RGB (Red+Green+Blue) = 105+9+90=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69095A is #96F6A5. Grayscale: #2E2E2E. Windows color (decimal): -9893542 or 5900649. OLE color: 5900649.
HSL color Cylindrical-coordinate representation of color #69095A: hue angle of 309.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69095A is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 9 | 90 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.59 |
| HSL | 309.38º | 0.84% | 0.22% | - |
| HSV(B) | 309.38º | 0.91% | 0.41% | - |
| XYZ | 7.77 | 3.94 | 10.02 | - |
| YUV | 46.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 90 | 0 | 0.91 | 0.14 | 0.59 | 309.38 | 0.84 | 0.22 |
| Hex | 69 | 9 | 5A | 0 | 5B | E | 3B | 135 | 54 | 16 |
| Octal | 151 | 11 | 132 | 0 | 133 | 16 | 73 | 465 | 124 | 26 |
| Binary | 1101001 | 1001 | 1011010 | 0 | 1011011 | 1110 | 111011 | 100110101 | 1010100 | 10110 |
Color Harmonies of #69095A
Complementary color
Monochromatic Colors of #69095A
Black with #69095A
Text Example
Text Example
White with #69095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69095A; }
p { color: rgb(105,9,90); }
H1.HeaderClassName
{
color: #69095A;
}
.AnyTagClassName
{
color: #69095A;
}
</style>
background-color css
<style>
a { background-color: #69095A; }
a { background-color: rgb(105,9,90); }
div.DivClassName
{
background-color: #69095A;
}
.BgClassName
{
background-color: #69095A;
}
</style>
border-color css
<style>
span { border-color: #69095A; }
span { border-color: rgb(105,9,90); }
td.TdClassName
{
border-color: #69095A;
}
.TagClassName
{
border-color: #69095A;
}
</style>