Shades of Palatinate Purple #68075F
Tints of Palatinate Purple #68075F
RGB
CMYK
RGB Variations
Color information
#68075F (or 0x68075F) is known color: Palatinate Purple. HEX triplet: 68, 07 and 5F. RGB value is (104,7,95). Sum of RGB (Red+Green+Blue) = 104+7+95=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #68075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075F is #97F8A0. Grayscale: #2D2D2D. Windows color (decimal): -9959585 or 6227816. OLE color: 6227816.
HSL color Cylindrical-coordinate representation of color #68075F: hue angle of 305.57º degrees, saturation: 0.87, 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 #68075F is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 95 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.59 |
| HSL | 305.57º | 0.87% | 0.22% | - |
| HSV(B) | 305.57º | 0.93% | 0.41% | - |
| XYZ | 7.85 | 3.92 | 11.17 | - |
| YUV | 46.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 95 | 0 | 0.93 | 0.09 | 0.59 | 305.57 | 0.87 | 0.22 |
| Hex | 68 | 7 | 5F | 0 | 5D | 9 | 3B | 132 | 57 | 16 |
| Octal | 150 | 7 | 137 | 0 | 135 | 11 | 73 | 462 | 127 | 26 |
| Binary | 1101000 | 111 | 1011111 | 0 | 1011101 | 1001 | 111011 | 100110010 | 1010111 | 10110 |
Color Harmonies of #68075F
Complementary color
Monochromatic Colors of #68075F
Black with #68075F
Text Example
Text Example
White with #68075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68075F; }
p { color: rgb(104,7,95); }
H1.HeaderClassName
{
color: #68075F;
}
.AnyTagClassName
{
color: #68075F;
}
</style>
background-color css
<style>
a { background-color: #68075F; }
a { background-color: rgb(104,7,95); }
div.DivClassName
{
background-color: #68075F;
}
.BgClassName
{
background-color: #68075F;
}
</style>
border-color css
<style>
span { border-color: #68075F; }
span { border-color: rgb(104,7,95); }
td.TdClassName
{
border-color: #68075F;
}
.TagClassName
{
border-color: #68075F;
}
</style>