Shades of Palatinate Purple #68055D
Tints of Palatinate Purple #68055D
RGB
CMYK
RGB Variations
Color information
#68055D (or 0x68055D) is known color: Palatinate Purple. HEX triplet: 68, 05 and 5D. RGB value is (104,5,93). Sum of RGB (Red+Green+Blue) = 104+5+93=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68055D is #97FAA2. Grayscale: #2C2C2C. Windows color (decimal): -9960099 or 6096232. OLE color: 6096232.
HSL color Cylindrical-coordinate representation of color #68055D: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68055D is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 93 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.59 |
| HSL | 306.67º | 0.91% | 0.21% | - |
| HSV(B) | 306.67º | 0.95% | 0.41% | - |
| XYZ | 7.74 | 3.84 | 10.69 | - |
| YUV | 44.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 93 | 0 | 0.95 | 0.11 | 0.59 | 306.67 | 0.91 | 0.21 |
| Hex | 68 | 5 | 5D | 0 | 5F | B | 3B | 133 | 5B | 15 |
| Octal | 150 | 5 | 135 | 0 | 137 | 13 | 73 | 463 | 133 | 25 |
| Binary | 1101000 | 101 | 1011101 | 0 | 1011111 | 1011 | 111011 | 100110011 | 1011011 | 10101 |
Color Harmonies of #68055D
Complementary color
Monochromatic Colors of #68055D
Black with #68055D
Text Example
Text Example
White with #68055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68055D; }
p { color: rgb(104,5,93); }
H1.HeaderClassName
{
color: #68055D;
}
.AnyTagClassName
{
color: #68055D;
}
</style>
background-color css
<style>
a { background-color: #68055D; }
a { background-color: rgb(104,5,93); }
div.DivClassName
{
background-color: #68055D;
}
.BgClassName
{
background-color: #68055D;
}
</style>
border-color css
<style>
span { border-color: #68055D; }
span { border-color: rgb(104,5,93); }
td.TdClassName
{
border-color: #68055D;
}
.TagClassName
{
border-color: #68055D;
}
</style>