Shades of Palatinate Purple #69075D
Tints of Palatinate Purple #69075D
RGB
CMYK
RGB Variations
Color information
#69075D (or 0x69075D) is known color: Palatinate Purple. HEX triplet: 69, 07 and 5D. RGB value is (105,7,93). Sum of RGB (Red+Green+Blue) = 105+7+93=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69075D is #96F8A2. Grayscale: #2D2D2D. Windows color (decimal): -9894051 or 6096745. OLE color: 6096745.
HSL color Cylindrical-coordinate representation of color #69075D: hue angle of 307.35º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69075D is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 93 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.59 |
| HSL | 307.35º | 0.88% | 0.22% | - |
| HSV(B) | 307.35º | 0.93% | 0.41% | - |
| XYZ | 7.88 | 3.95 | 10.7 | - |
| YUV | 46.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 93 | 0 | 0.93 | 0.11 | 0.59 | 307.35 | 0.88 | 0.22 |
| Hex | 69 | 7 | 5D | 0 | 5D | B | 3B | 133 | 58 | 16 |
| Octal | 151 | 7 | 135 | 0 | 135 | 13 | 73 | 463 | 130 | 26 |
| Binary | 1101001 | 111 | 1011101 | 0 | 1011101 | 1011 | 111011 | 100110011 | 1011000 | 10110 |
Color Harmonies of #69075D
Complementary color
Monochromatic Colors of #69075D
Black with #69075D
Text Example
Text Example
White with #69075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69075D; }
p { color: rgb(105,7,93); }
H1.HeaderClassName
{
color: #69075D;
}
.AnyTagClassName
{
color: #69075D;
}
</style>
background-color css
<style>
a { background-color: #69075D; }
a { background-color: rgb(105,7,93); }
div.DivClassName
{
background-color: #69075D;
}
.BgClassName
{
background-color: #69075D;
}
</style>
border-color css
<style>
span { border-color: #69075D; }
span { border-color: rgb(105,7,93); }
td.TdClassName
{
border-color: #69075D;
}
.TagClassName
{
border-color: #69075D;
}
</style>