Shades of Palatinate Purple #68285B
Tints of Palatinate Purple #68285B
RGB
CMYK
RGB Variations
Color information
#68285B (or 0x68285B) is known color: Palatinate Purple. HEX triplet: 68, 28 and 5B. RGB value is (104,40,91). Sum of RGB (Red+Green+Blue) = 104+40+91=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68285B is #97D7A4. Grayscale: #404040. Windows color (decimal): -9951141 or 5974120. OLE color: 5974120.
HSL color Cylindrical-coordinate representation of color #68285B: hue angle of 312.19º 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 #68285B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 91 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.59 |
| HSL | 312.19º | 0.44% | 0.28% | - |
| HSV(B) | 312.19º | 0.62% | 0.41% | - |
| XYZ | 8.36 | 5.22 | 10.46 | - |
| YUV | 64.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 91 | 0 | 0.62 | 0.12 | 0.59 | 312.19 | 0.44 | 0.28 |
| Hex | 68 | 28 | 5B | 0 | 3E | C | 3B | 138 | 2C | 1C |
| Octal | 150 | 50 | 133 | 0 | 76 | 14 | 73 | 470 | 54 | 34 |
| Binary | 1101000 | 101000 | 1011011 | 0 | 111110 | 1100 | 111011 | 100111000 | 101100 | 11100 |
Color Harmonies of #68285B
Complementary color
Monochromatic Colors of #68285B
Black with #68285B
Text Example
Text Example
White with #68285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68285B; }
p { color: rgb(104,40,91); }
H1.HeaderClassName
{
color: #68285B;
}
.AnyTagClassName
{
color: #68285B;
}
</style>
background-color css
<style>
a { background-color: #68285B; }
a { background-color: rgb(104,40,91); }
div.DivClassName
{
background-color: #68285B;
}
.BgClassName
{
background-color: #68285B;
}
</style>
border-color css
<style>
span { border-color: #68285B; }
span { border-color: rgb(104,40,91); }
td.TdClassName
{
border-color: #68285B;
}
.TagClassName
{
border-color: #68285B;
}
</style>