Shades of Palatinate Purple #68365F
Tints of Palatinate Purple #68365F
RGB
CMYK
RGB Variations
Color information
#68365F (or 0x68365F) is known color: Palatinate Purple. HEX triplet: 68, 36 and 5F. RGB value is (104,54,95). Sum of RGB (Red+Green+Blue) = 104+54+95=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #68365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68365F is #97C9A0. Grayscale: #494949. Windows color (decimal): -9947553 or 6239848. OLE color: 6239848.
HSL color Cylindrical-coordinate representation of color #68365F: hue angle of 310.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68365F is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 95 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.59 |
| HSL | 310.8º | 0.32% | 0.31% | - |
| HSV(B) | 310.8º | 0.48% | 0.41% | - |
| XYZ | 9.09 | 6.41 | 11.58 | - |
| YUV | 73.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 95 | 0 | 0.48 | 0.09 | 0.59 | 310.8 | 0.32 | 0.31 |
| Hex | 68 | 36 | 5F | 0 | 30 | 9 | 3B | 137 | 20 | 1F |
| Octal | 150 | 66 | 137 | 0 | 60 | 11 | 73 | 467 | 40 | 37 |
| Binary | 1101000 | 110110 | 1011111 | 0 | 110000 | 1001 | 111011 | 100110111 | 100000 | 11111 |
Color Harmonies of #68365F
Complementary color
Monochromatic Colors of #68365F
Black with #68365F
Text Example
Text Example
White with #68365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68365F; }
p { color: rgb(104,54,95); }
H1.HeaderClassName
{
color: #68365F;
}
.AnyTagClassName
{
color: #68365F;
}
</style>
background-color css
<style>
a { background-color: #68365F; }
a { background-color: rgb(104,54,95); }
div.DivClassName
{
background-color: #68365F;
}
.BgClassName
{
background-color: #68365F;
}
</style>
border-color css
<style>
span { border-color: #68365F; }
span { border-color: rgb(104,54,95); }
td.TdClassName
{
border-color: #68365F;
}
.TagClassName
{
border-color: #68365F;
}
</style>