Shades of Palatinate Purple #68035D
Tints of Palatinate Purple #68035D
RGB
CMYK
RGB Variations
Color information
#68035D (or 0x68035D) is known color: Palatinate Purple. HEX triplet: 68, 03 and 5D. RGB value is (104,3,93). Sum of RGB (Red+Green+Blue) = 104+3+93=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68035D is #97FCA2. Grayscale: #2B2B2B. Windows color (decimal): -9960611 or 6095720. OLE color: 6095720.
HSL color Cylindrical-coordinate representation of color #68035D: hue angle of 306.53º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68035D is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 93 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.59 |
| HSL | 306.53º | 0.94% | 0.21% | - |
| HSV(B) | 306.53º | 0.97% | 0.41% | - |
| XYZ | 7.72 | 3.8 | 10.68 | - |
| YUV | 43.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 93 | 0 | 0.97 | 0.11 | 0.59 | 306.53 | 0.94 | 0.21 |
| Hex | 68 | 3 | 5D | 0 | 61 | B | 3B | 133 | 5E | 15 |
| Octal | 150 | 3 | 135 | 0 | 141 | 13 | 73 | 463 | 136 | 25 |
| Binary | 1101000 | 11 | 1011101 | 0 | 1100001 | 1011 | 111011 | 100110011 | 1011110 | 10101 |
Color Harmonies of #68035D
Complementary color
Monochromatic Colors of #68035D
Black with #68035D
Text Example
Text Example
White with #68035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68035D; }
p { color: rgb(104,3,93); }
H1.HeaderClassName
{
color: #68035D;
}
.AnyTagClassName
{
color: #68035D;
}
</style>
background-color css
<style>
a { background-color: #68035D; }
a { background-color: rgb(104,3,93); }
div.DivClassName
{
background-color: #68035D;
}
.BgClassName
{
background-color: #68035D;
}
</style>
border-color css
<style>
span { border-color: #68035D; }
span { border-color: rgb(104,3,93); }
td.TdClassName
{
border-color: #68035D;
}
.TagClassName
{
border-color: #68035D;
}
</style>