Shades of Palatinate Purple #68055F
Tints of Palatinate Purple #68055F
RGB
CMYK
RGB Variations
Color information
#68055F (or 0x68055F) is known color: Palatinate Purple. HEX triplet: 68, 05 and 5F. RGB value is (104,5,95). Sum of RGB (Red+Green+Blue) = 104+5+95=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68055F is #97FAA0. Grayscale: #2C2C2C. Windows color (decimal): -9960097 or 6227304. OLE color: 6227304.
HSL color Cylindrical-coordinate representation of color #68055F: hue angle of 305.45º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68055F is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 95 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.59 |
| HSL | 305.45º | 0.91% | 0.21% | - |
| HSV(B) | 305.45º | 0.95% | 0.41% | - |
| XYZ | 7.83 | 3.88 | 11.16 | - |
| YUV | 44.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 95 | 0 | 0.95 | 0.09 | 0.59 | 305.45 | 0.91 | 0.21 |
| Hex | 68 | 5 | 5F | 0 | 5F | 9 | 3B | 131 | 5B | 15 |
| Octal | 150 | 5 | 137 | 0 | 137 | 11 | 73 | 461 | 133 | 25 |
| Binary | 1101000 | 101 | 1011111 | 0 | 1011111 | 1001 | 111011 | 100110001 | 1011011 | 10101 |
Color Harmonies of #68055F
Complementary color
Monochromatic Colors of #68055F
Black with #68055F
Text Example
Text Example
White with #68055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68055F; }
p { color: rgb(104,5,95); }
H1.HeaderClassName
{
color: #68055F;
}
.AnyTagClassName
{
color: #68055F;
}
</style>
background-color css
<style>
a { background-color: #68055F; }
a { background-color: rgb(104,5,95); }
div.DivClassName
{
background-color: #68055F;
}
.BgClassName
{
background-color: #68055F;
}
</style>
border-color css
<style>
span { border-color: #68055F; }
span { border-color: rgb(104,5,95); }
td.TdClassName
{
border-color: #68055F;
}
.TagClassName
{
border-color: #68055F;
}
</style>