Shades of Palatinate Purple #68075A
Tints of Palatinate Purple #68075A
RGB
CMYK
RGB Variations
Color information
#68075A (or 0x68075A) is known color: Palatinate Purple. HEX triplet: 68, 07 and 5A. RGB value is (104,7,90). Sum of RGB (Red+Green+Blue) = 104+7+90=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075A is #97F8A5. Grayscale: #2D2D2D. Windows color (decimal): -9959590 or 5900136. OLE color: 5900136.
HSL color Cylindrical-coordinate representation of color #68075A: hue angle of 308.66º 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 #68075A is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 90 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.59 |
| HSL | 308.66º | 0.87% | 0.22% | - |
| HSV(B) | 308.66º | 0.93% | 0.41% | - |
| XYZ | 7.63 | 3.83 | 10.01 | - |
| YUV | 45.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 90 | 0 | 0.93 | 0.13 | 0.59 | 308.66 | 0.87 | 0.22 |
| Hex | 68 | 7 | 5A | 0 | 5D | D | 3B | 135 | 57 | 16 |
| Octal | 150 | 7 | 132 | 0 | 135 | 15 | 73 | 465 | 127 | 26 |
| Binary | 1101000 | 111 | 1011010 | 0 | 1011101 | 1101 | 111011 | 100110101 | 1010111 | 10110 |
Color Harmonies of #68075A
Complementary color
Monochromatic Colors of #68075A
Black with #68075A
Text Example
Text Example
White with #68075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68075A; }
p { color: rgb(104,7,90); }
H1.HeaderClassName
{
color: #68075A;
}
.AnyTagClassName
{
color: #68075A;
}
</style>
background-color css
<style>
a { background-color: #68075A; }
a { background-color: rgb(104,7,90); }
div.DivClassName
{
background-color: #68075A;
}
.BgClassName
{
background-color: #68075A;
}
</style>
border-color css
<style>
span { border-color: #68075A; }
span { border-color: rgb(104,7,90); }
td.TdClassName
{
border-color: #68075A;
}
.TagClassName
{
border-color: #68075A;
}
</style>