Shades of Purple #68087C
Tints of Purple #68087C
RGB
CMYK
RGB Variations
Color information
#68087C (or 0x68087C) is known color: Purple. HEX triplet: 68, 08 and 7C. RGB value is (104,8,124). Sum of RGB (Red+Green+Blue) = 104+8+124=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #68087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68087C is #97F783. Grayscale: #313131. Windows color (decimal): -9959300 or 8128616. OLE color: 8128616.
HSL color Cylindrical-coordinate representation of color #68087C: hue angle of 289.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68087C is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 8 | 124 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.51 |
| HSL | 289.66º | 0.88% | 0.26% | - |
| HSV(B) | 289.66º | 0.94% | 0.49% | - |
| XYZ | 9.43 | 4.57 | 19.45 | - |
| YUV | 49.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 124 | 0.16 | 0.94 | 0 | 0.51 | 289.66 | 0.88 | 0.26 |
| Hex | 68 | 8 | 7C | 10 | 5E | 0 | 33 | 122 | 58 | 1A |
| Octal | 150 | 10 | 174 | 20 | 136 | 0 | 63 | 442 | 130 | 32 |
| Binary | 1101000 | 1000 | 1111100 | 10000 | 1011110 | 0 | 110011 | 100100010 | 1011000 | 11010 |
Color Harmonies of #68087C
Complementary color
Monochromatic Colors of #68087C
Black with #68087C
Text Example
Text Example
White with #68087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68087C; }
p { color: rgb(104,8,124); }
H1.HeaderClassName
{
color: #68087C;
}
.AnyTagClassName
{
color: #68087C;
}
</style>
background-color css
<style>
a { background-color: #68087C; }
a { background-color: rgb(104,8,124); }
div.DivClassName
{
background-color: #68087C;
}
.BgClassName
{
background-color: #68087C;
}
</style>
border-color css
<style>
span { border-color: #68087C; }
span { border-color: rgb(104,8,124); }
td.TdClassName
{
border-color: #68087C;
}
.TagClassName
{
border-color: #68087C;
}
</style>