Shades of Palatinate Purple #68055C
Tints of Palatinate Purple #68055C
RGB
CMYK
RGB Variations
Color information
#68055C (or 0x68055C) is known color: Palatinate Purple. HEX triplet: 68, 05 and 5C. RGB value is (104,5,92). Sum of RGB (Red+Green+Blue) = 104+5+92=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68055C is #97FAA3. Grayscale: #2C2C2C. Windows color (decimal): -9960100 or 6030696. OLE color: 6030696.
HSL color Cylindrical-coordinate representation of color #68055C: hue angle of 307.27º 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 #68055C is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 92 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.59 |
| HSL | 307.27º | 0.91% | 0.21% | - |
| HSV(B) | 307.27º | 0.95% | 0.41% | - |
| XYZ | 7.69 | 3.82 | 10.46 | - |
| YUV | 44.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 92 | 0 | 0.95 | 0.12 | 0.59 | 307.27 | 0.91 | 0.21 |
| Hex | 68 | 5 | 5C | 0 | 5F | C | 3B | 133 | 5B | 15 |
| Octal | 150 | 5 | 134 | 0 | 137 | 14 | 73 | 463 | 133 | 25 |
| Binary | 1101000 | 101 | 1011100 | 0 | 1011111 | 1100 | 111011 | 100110011 | 1011011 | 10101 |
Color Harmonies of #68055C
Complementary color
Monochromatic Colors of #68055C
Black with #68055C
Text Example
Text Example
White with #68055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68055C; }
p { color: rgb(104,5,92); }
H1.HeaderClassName
{
color: #68055C;
}
.AnyTagClassName
{
color: #68055C;
}
</style>
background-color css
<style>
a { background-color: #68055C; }
a { background-color: rgb(104,5,92); }
div.DivClassName
{
background-color: #68055C;
}
.BgClassName
{
background-color: #68055C;
}
</style>
border-color css
<style>
span { border-color: #68055C; }
span { border-color: rgb(104,5,92); }
td.TdClassName
{
border-color: #68055C;
}
.TagClassName
{
border-color: #68055C;
}
</style>