Shades of Palatinate Purple #68095A
Tints of Palatinate Purple #68095A
RGB
CMYK
RGB Variations
Color information
#68095A (or 0x68095A) is known color: Palatinate Purple. HEX triplet: 68, 09 and 5A. RGB value is (104,9,90). Sum of RGB (Red+Green+Blue) = 104+9+90=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68095A is #97F6A5. Grayscale: #2E2E2E. Windows color (decimal): -9959078 or 5900648. OLE color: 5900648.
HSL color Cylindrical-coordinate representation of color #68095A: hue angle of 308.84º 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 #68095A is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 90 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.59 |
| HSL | 308.84º | 0.84% | 0.22% | - |
| HSV(B) | 308.84º | 0.91% | 0.41% | - |
| XYZ | 7.65 | 3.88 | 10.02 | - |
| YUV | 46.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 90 | 0 | 0.91 | 0.13 | 0.59 | 308.84 | 0.84 | 0.22 |
| Hex | 68 | 9 | 5A | 0 | 5B | D | 3B | 135 | 54 | 16 |
| Octal | 150 | 11 | 132 | 0 | 133 | 15 | 73 | 465 | 124 | 26 |
| Binary | 1101000 | 1001 | 1011010 | 0 | 1011011 | 1101 | 111011 | 100110101 | 1010100 | 10110 |
Color Harmonies of #68095A
Complementary color
Monochromatic Colors of #68095A
Black with #68095A
Text Example
Text Example
White with #68095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68095A; }
p { color: rgb(104,9,90); }
H1.HeaderClassName
{
color: #68095A;
}
.AnyTagClassName
{
color: #68095A;
}
</style>
background-color css
<style>
a { background-color: #68095A; }
a { background-color: rgb(104,9,90); }
div.DivClassName
{
background-color: #68095A;
}
.BgClassName
{
background-color: #68095A;
}
</style>
border-color css
<style>
span { border-color: #68095A; }
span { border-color: rgb(104,9,90); }
td.TdClassName
{
border-color: #68095A;
}
.TagClassName
{
border-color: #68095A;
}
</style>