Shades of Palatinate Purple #68065B
Tints of Palatinate Purple #68065B
RGB
CMYK
RGB Variations
Color information
#68065B (or 0x68065B) is known color: Palatinate Purple. HEX triplet: 68, 06 and 5B. RGB value is (104,6,91). Sum of RGB (Red+Green+Blue) = 104+6+91=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68065B is #97F9A4. Grayscale: #2C2C2C. Windows color (decimal): -9959845 or 5965416. OLE color: 5965416.
HSL color Cylindrical-coordinate representation of color #68065B: hue angle of 307.96º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68065B is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 91 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.59 |
| HSL | 307.96º | 0.89% | 0.22% | - |
| HSV(B) | 307.96º | 0.94% | 0.41% | - |
| XYZ | 7.66 | 3.83 | 10.23 | - |
| YUV | 44.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 91 | 0 | 0.94 | 0.12 | 0.59 | 307.96 | 0.89 | 0.22 |
| Hex | 68 | 6 | 5B | 0 | 5E | C | 3B | 134 | 59 | 16 |
| Octal | 150 | 6 | 133 | 0 | 136 | 14 | 73 | 464 | 131 | 26 |
| Binary | 1101000 | 110 | 1011011 | 0 | 1011110 | 1100 | 111011 | 100110100 | 1011001 | 10110 |
Color Harmonies of #68065B
Complementary color
Monochromatic Colors of #68065B
Black with #68065B
Text Example
Text Example
White with #68065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68065B; }
p { color: rgb(104,6,91); }
H1.HeaderClassName
{
color: #68065B;
}
.AnyTagClassName
{
color: #68065B;
}
</style>
background-color css
<style>
a { background-color: #68065B; }
a { background-color: rgb(104,6,91); }
div.DivClassName
{
background-color: #68065B;
}
.BgClassName
{
background-color: #68065B;
}
</style>
border-color css
<style>
span { border-color: #68065B; }
span { border-color: rgb(104,6,91); }
td.TdClassName
{
border-color: #68065B;
}
.TagClassName
{
border-color: #68065B;
}
</style>