Shades of Palatinate Purple #68305B
Tints of Palatinate Purple #68305B
RGB
CMYK
RGB Variations
Color information
#68305B (or 0x68305B) is known color: Palatinate Purple. HEX triplet: 68, 30 and 5B. RGB value is (104,48,91). Sum of RGB (Red+Green+Blue) = 104+48+91=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68305B is #97CFA4. Grayscale: #454545. Windows color (decimal): -9949093 or 5976168. OLE color: 5976168.
HSL color Cylindrical-coordinate representation of color #68305B: hue angle of 313.93º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68305B is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 91 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.59 |
| HSL | 313.93º | 0.37% | 0.3% | - |
| HSV(B) | 313.93º | 0.54% | 0.41% | - |
| XYZ | 8.65 | 5.81 | 10.56 | - |
| YUV | 69.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 91 | 0 | 0.54 | 0.12 | 0.59 | 313.93 | 0.37 | 0.3 |
| Hex | 68 | 30 | 5B | 0 | 36 | C | 3B | 13A | 25 | 1E |
| Octal | 150 | 60 | 133 | 0 | 66 | 14 | 73 | 472 | 45 | 36 |
| Binary | 1101000 | 110000 | 1011011 | 0 | 110110 | 1100 | 111011 | 100111010 | 100101 | 11110 |
Color Harmonies of #68305B
Complementary color
Monochromatic Colors of #68305B
Black with #68305B
Text Example
Text Example
White with #68305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68305B; }
p { color: rgb(104,48,91); }
H1.HeaderClassName
{
color: #68305B;
}
.AnyTagClassName
{
color: #68305B;
}
</style>
background-color css
<style>
a { background-color: #68305B; }
a { background-color: rgb(104,48,91); }
div.DivClassName
{
background-color: #68305B;
}
.BgClassName
{
background-color: #68305B;
}
</style>
border-color css
<style>
span { border-color: #68305B; }
span { border-color: rgb(104,48,91); }
td.TdClassName
{
border-color: #68305B;
}
.TagClassName
{
border-color: #68305B;
}
</style>