Shades of Purple #68096B
Tints of Purple #68096B
RGB
CMYK
RGB Variations
Color information
#68096B (or 0x68096B) is known color: Purple. HEX triplet: 68, 09 and 6B. RGB value is (104,9,107). Sum of RGB (Red+Green+Blue) = 104+9+107=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #68096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68096B is #97F694. Grayscale: #303030. Windows color (decimal): -9959061 or 7014760. OLE color: 7014760.
HSL color Cylindrical-coordinate representation of color #68096B: hue angle of 298.16º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68096B is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 9 | 107 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.58 |
| HSL | 298.16º | 0.84% | 0.23% | - |
| HSV(B) | 298.16º | 0.92% | 0.42% | - |
| XYZ | 8.46 | 4.2 | 14.27 | - |
| YUV | 48.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 107 | 0.03 | 0.92 | 0 | 0.58 | 298.16 | 0.84 | 0.23 |
| Hex | 68 | 9 | 6B | 3 | 5C | 0 | 3A | 12A | 54 | 17 |
| Octal | 150 | 11 | 153 | 3 | 134 | 0 | 72 | 452 | 124 | 27 |
| Binary | 1101000 | 1001 | 1101011 | 11 | 1011100 | 0 | 111010 | 100101010 | 1010100 | 10111 |
Color Harmonies of #68096B
Complementary color
Monochromatic Colors of #68096B
Black with #68096B
Text Example
Text Example
White with #68096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68096B; }
p { color: rgb(104,9,107); }
H1.HeaderClassName
{
color: #68096B;
}
.AnyTagClassName
{
color: #68096B;
}
</style>
background-color css
<style>
a { background-color: #68096B; }
a { background-color: rgb(104,9,107); }
div.DivClassName
{
background-color: #68096B;
}
.BgClassName
{
background-color: #68096B;
}
</style>
border-color css
<style>
span { border-color: #68096B; }
span { border-color: rgb(104,9,107); }
td.TdClassName
{
border-color: #68096B;
}
.TagClassName
{
border-color: #68096B;
}
</style>