Shades of Palatinate Purple #68035C
Tints of Palatinate Purple #68035C
RGB
CMYK
RGB Variations
Color information
#68035C (or 0x68035C) is known color: Palatinate Purple. HEX triplet: 68, 03 and 5C. RGB value is (104,3,92). Sum of RGB (Red+Green+Blue) = 104+3+92=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68035C is #97FCA3. Grayscale: #2B2B2B. Windows color (decimal): -9960612 or 6030184. OLE color: 6030184.
HSL color Cylindrical-coordinate representation of color #68035C: hue angle of 307.13º 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 #68035C is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 92 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.59 |
| HSL | 307.13º | 0.94% | 0.21% | - |
| HSV(B) | 307.13º | 0.97% | 0.41% | - |
| XYZ | 7.67 | 3.78 | 10.45 | - |
| YUV | 43.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 92 | 0 | 0.97 | 0.12 | 0.59 | 307.13 | 0.94 | 0.21 |
| Hex | 68 | 3 | 5C | 0 | 61 | C | 3B | 133 | 5E | 15 |
| Octal | 150 | 3 | 134 | 0 | 141 | 14 | 73 | 463 | 136 | 25 |
| Binary | 1101000 | 11 | 1011100 | 0 | 1100001 | 1100 | 111011 | 100110011 | 1011110 | 10101 |
Color Harmonies of #68035C
Complementary color
Monochromatic Colors of #68035C
Black with #68035C
Text Example
Text Example
White with #68035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68035C; }
p { color: rgb(104,3,92); }
H1.HeaderClassName
{
color: #68035C;
}
.AnyTagClassName
{
color: #68035C;
}
</style>
background-color css
<style>
a { background-color: #68035C; }
a { background-color: rgb(104,3,92); }
div.DivClassName
{
background-color: #68035C;
}
.BgClassName
{
background-color: #68035C;
}
</style>
border-color css
<style>
span { border-color: #68035C; }
span { border-color: rgb(104,3,92); }
td.TdClassName
{
border-color: #68035C;
}
.TagClassName
{
border-color: #68035C;
}
</style>