Shades of Palatinate Purple #68285A
Tints of Palatinate Purple #68285A
RGB
CMYK
RGB Variations
Color information
#68285A (or 0x68285A) is known color: Palatinate Purple. HEX triplet: 68, 28 and 5A. RGB value is (104,40,90). Sum of RGB (Red+Green+Blue) = 104+40+90=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285A is #97D7A5. Grayscale: #404040. Windows color (decimal): -9951142 or 5908584. OLE color: 5908584.
HSL color Cylindrical-coordinate representation of color #68285A: hue angle of 313.12º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68285A is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 90 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.59 |
| HSL | 313.13º | 0.44% | 0.28% | - |
| HSV(B) | 313.13º | 0.62% | 0.41% | - |
| XYZ | 8.31 | 5.2 | 10.24 | - |
| YUV | 64.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 90 | 0 | 0.62 | 0.13 | 0.59 | 313.13 | 0.44 | 0.28 |
| Hex | 68 | 28 | 5A | 0 | 3E | D | 3B | 139 | 2C | 1C |
| Octal | 150 | 50 | 132 | 0 | 76 | 15 | 73 | 471 | 54 | 34 |
| Binary | 1101000 | 101000 | 1011010 | 0 | 111110 | 1101 | 111011 | 100111001 | 101100 | 11100 |
Color Harmonies of #68285A
Complementary color
Monochromatic Colors of #68285A
Black with #68285A
Text Example
Text Example
White with #68285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68285A; }
p { color: rgb(104,40,90); }
H1.HeaderClassName
{
color: #68285A;
}
.AnyTagClassName
{
color: #68285A;
}
</style>
background-color css
<style>
a { background-color: #68285A; }
a { background-color: rgb(104,40,90); }
div.DivClassName
{
background-color: #68285A;
}
.BgClassName
{
background-color: #68285A;
}
</style>
border-color css
<style>
span { border-color: #68285A; }
span { border-color: rgb(104,40,90); }
td.TdClassName
{
border-color: #68285A;
}
.TagClassName
{
border-color: #68285A;
}
</style>