Shades of Palatinate Purple #69075C
Tints of Palatinate Purple #69075C
RGB
CMYK
RGB Variations
Color information
#69075C (or 0x69075C) is known color: Palatinate Purple. HEX triplet: 69, 07 and 5C. RGB value is (105,7,92). Sum of RGB (Red+Green+Blue) = 105+7+92=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69075C is #96F8A3. Grayscale: #2D2D2D. Windows color (decimal): -9894052 or 6031209. OLE color: 6031209.
HSL color Cylindrical-coordinate representation of color #69075C: hue angle of 307.96º 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 #69075C is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 92 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.59 |
| HSL | 307.96º | 0.88% | 0.22% | - |
| HSV(B) | 307.96º | 0.93% | 0.41% | - |
| XYZ | 7.83 | 3.93 | 10.47 | - |
| YUV | 45.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 92 | 0 | 0.93 | 0.12 | 0.59 | 307.96 | 0.88 | 0.22 |
| Hex | 69 | 7 | 5C | 0 | 5D | C | 3B | 134 | 58 | 16 |
| Octal | 151 | 7 | 134 | 0 | 135 | 14 | 73 | 464 | 130 | 26 |
| Binary | 1101001 | 111 | 1011100 | 0 | 1011101 | 1100 | 111011 | 100110100 | 1011000 | 10110 |
Color Harmonies of #69075C
Complementary color
Monochromatic Colors of #69075C
Black with #69075C
Text Example
Text Example
White with #69075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69075C; }
p { color: rgb(105,7,92); }
H1.HeaderClassName
{
color: #69075C;
}
.AnyTagClassName
{
color: #69075C;
}
</style>
background-color css
<style>
a { background-color: #69075C; }
a { background-color: rgb(105,7,92); }
div.DivClassName
{
background-color: #69075C;
}
.BgClassName
{
background-color: #69075C;
}
</style>
border-color css
<style>
span { border-color: #69075C; }
span { border-color: rgb(105,7,92); }
td.TdClassName
{
border-color: #69075C;
}
.TagClassName
{
border-color: #69075C;
}
</style>