Shades of Palatinate Purple #68045A
Tints of Palatinate Purple #68045A
RGB
CMYK
RGB Variations
Color information
#68045A (or 0x68045A) is known color: Palatinate Purple. HEX triplet: 68, 04 and 5A. RGB value is (104,4,90). Sum of RGB (Red+Green+Blue) = 104+4+90=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68045A is #97FBA5. Grayscale: #2B2B2B. Windows color (decimal): -9960358 or 5899368. OLE color: 5899368.
HSL color Cylindrical-coordinate representation of color #68045A: hue angle of 308.4º 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 #68045A is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 90 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.59 |
| HSL | 308.4º | 0.93% | 0.21% | - |
| HSV(B) | 308.4º | 0.96% | 0.41% | - |
| XYZ | 7.6 | 3.77 | 10 | - |
| YUV | 43.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 90 | 0 | 0.96 | 0.13 | 0.59 | 308.4 | 0.93 | 0.21 |
| Hex | 68 | 4 | 5A | 0 | 60 | D | 3B | 134 | 5D | 15 |
| Octal | 150 | 4 | 132 | 0 | 140 | 15 | 73 | 464 | 135 | 25 |
| Binary | 1101000 | 100 | 1011010 | 0 | 1100000 | 1101 | 111011 | 100110100 | 1011101 | 10101 |
Color Harmonies of #68045A
Complementary color
Monochromatic Colors of #68045A
Black with #68045A
Text Example
Text Example
White with #68045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68045A; }
p { color: rgb(104,4,90); }
H1.HeaderClassName
{
color: #68045A;
}
.AnyTagClassName
{
color: #68045A;
}
</style>
background-color css
<style>
a { background-color: #68045A; }
a { background-color: rgb(104,4,90); }
div.DivClassName
{
background-color: #68045A;
}
.BgClassName
{
background-color: #68045A;
}
</style>
border-color css
<style>
span { border-color: #68045A; }
span { border-color: rgb(104,4,90); }
td.TdClassName
{
border-color: #68045A;
}
.TagClassName
{
border-color: #68045A;
}
</style>