Shades of Purple #68086F
Tints of Purple #68086F
RGB
CMYK
RGB Variations
Color information
#68086F (or 0x68086F) is known color: Purple. HEX triplet: 68, 08 and 6F. RGB value is (104,8,111). Sum of RGB (Red+Green+Blue) = 104+8+111=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #68086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68086F is #97F790. Grayscale: #303030. Windows color (decimal): -9959313 or 7276648. OLE color: 7276648.
HSL color Cylindrical-coordinate representation of color #68086F: hue angle of 295.92º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68086F is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 8 | 111 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.56 |
| HSL | 295.92º | 0.87% | 0.23% | - |
| HSV(B) | 295.92º | 0.93% | 0.44% | - |
| XYZ | 8.66 | 4.26 | 15.41 | - |
| YUV | 48.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 111 | 0.06 | 0.93 | 0 | 0.56 | 295.92 | 0.87 | 0.23 |
| Hex | 68 | 8 | 6F | 6 | 5D | 0 | 38 | 128 | 57 | 17 |
| Octal | 150 | 10 | 157 | 6 | 135 | 0 | 70 | 450 | 127 | 27 |
| Binary | 1101000 | 1000 | 1101111 | 110 | 1011101 | 0 | 111000 | 100101000 | 1010111 | 10111 |
Color Harmonies of #68086F
Complementary color
Monochromatic Colors of #68086F
Black with #68086F
Text Example
Text Example
White with #68086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68086F; }
p { color: rgb(104,8,111); }
H1.HeaderClassName
{
color: #68086F;
}
.AnyTagClassName
{
color: #68086F;
}
</style>
background-color css
<style>
a { background-color: #68086F; }
a { background-color: rgb(104,8,111); }
div.DivClassName
{
background-color: #68086F;
}
.BgClassName
{
background-color: #68086F;
}
</style>
border-color css
<style>
span { border-color: #68086F; }
span { border-color: rgb(104,8,111); }
td.TdClassName
{
border-color: #68086F;
}
.TagClassName
{
border-color: #68086F;
}
</style>