Shades of Purple #68066C
Tints of Purple #68066C
RGB
CMYK
RGB Variations
Color information
#68066C (or 0x68066C) is known color: Purple. HEX triplet: 68, 06 and 6C. RGB value is (104,6,108). Sum of RGB (Red+Green+Blue) = 104+6+108=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #68066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68066C is #97F993. Grayscale: #2E2E2E. Windows color (decimal): -9959828 or 7079528. OLE color: 7079528.
HSL color Cylindrical-coordinate representation of color #68066C: hue angle of 297.65º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68066C is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 6 | 108 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.58 |
| HSL | 297.65º | 0.89% | 0.22% | - |
| HSV(B) | 297.65º | 0.94% | 0.42% | - |
| XYZ | 8.48 | 4.16 | 14.54 | - |
| YUV | 46.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 108 | 0.04 | 0.94 | 0 | 0.58 | 297.65 | 0.89 | 0.22 |
| Hex | 68 | 6 | 6C | 4 | 5E | 0 | 3A | 12A | 59 | 16 |
| Octal | 150 | 6 | 154 | 4 | 136 | 0 | 72 | 452 | 131 | 26 |
| Binary | 1101000 | 110 | 1101100 | 100 | 1011110 | 0 | 111010 | 100101010 | 1011001 | 10110 |
Color Harmonies of #68066C
Complementary color
Monochromatic Colors of #68066C
Black with #68066C
Text Example
Text Example
White with #68066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68066C; }
p { color: rgb(104,6,108); }
H1.HeaderClassName
{
color: #68066C;
}
.AnyTagClassName
{
color: #68066C;
}
</style>
background-color css
<style>
a { background-color: #68066C; }
a { background-color: rgb(104,6,108); }
div.DivClassName
{
background-color: #68066C;
}
.BgClassName
{
background-color: #68066C;
}
</style>
border-color css
<style>
span { border-color: #68066C; }
span { border-color: rgb(104,6,108); }
td.TdClassName
{
border-color: #68066C;
}
.TagClassName
{
border-color: #68066C;
}
</style>