Shades of Palatinate Purple #68045D
Tints of Palatinate Purple #68045D
RGB
CMYK
RGB Variations
Color information
#68045D (or 0x68045D) is known color: Palatinate Purple. HEX triplet: 68, 04 and 5D. RGB value is (104,4,93). Sum of RGB (Red+Green+Blue) = 104+4+93=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68045D is #97FBA2. Grayscale: #2B2B2B. Windows color (decimal): -9960355 or 6095976. OLE color: 6095976.
HSL color Cylindrical-coordinate representation of color #68045D: hue angle of 306.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68045D is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 93 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.59 |
| HSL | 306.6º | 0.93% | 0.21% | - |
| HSV(B) | 306.6º | 0.96% | 0.41% | - |
| XYZ | 7.73 | 3.82 | 10.69 | - |
| YUV | 44.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 93 | 0 | 0.96 | 0.11 | 0.59 | 306.6 | 0.93 | 0.21 |
| Hex | 68 | 4 | 5D | 0 | 60 | B | 3B | 133 | 5D | 15 |
| Octal | 150 | 4 | 135 | 0 | 140 | 13 | 73 | 463 | 135 | 25 |
| Binary | 1101000 | 100 | 1011101 | 0 | 1100000 | 1011 | 111011 | 100110011 | 1011101 | 10101 |
Color Harmonies of #68045D
Complementary color
Monochromatic Colors of #68045D
Black with #68045D
Text Example
Text Example
White with #68045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68045D; }
p { color: rgb(104,4,93); }
H1.HeaderClassName
{
color: #68045D;
}
.AnyTagClassName
{
color: #68045D;
}
</style>
background-color css
<style>
a { background-color: #68045D; }
a { background-color: rgb(104,4,93); }
div.DivClassName
{
background-color: #68045D;
}
.BgClassName
{
background-color: #68045D;
}
</style>
border-color css
<style>
span { border-color: #68045D; }
span { border-color: rgb(104,4,93); }
td.TdClassName
{
border-color: #68045D;
}
.TagClassName
{
border-color: #68045D;
}
</style>