Shades of Purple #681185
Tints of Purple #681185
RGB
CMYK
RGB Variations
Color information
#681185 (or 0x681185) is known color: Purple. HEX triplet: 68, 11 and 85. RGB value is (104,17,133). Sum of RGB (Red+Green+Blue) = 104+17+133=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #681185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681185 is #97EE7A. Grayscale: #373737. Windows color (decimal): -9956987 or 8720744. OLE color: 8720744.
HSL color Cylindrical-coordinate representation of color #681185: hue angle of 285º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681185 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 17 | 133 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.48 |
| HSL | 285º | 0.77% | 0.29% | - |
| HSV(B) | 285º | 0.87% | 0.52% | - |
| XYZ | 10.14 | 5.04 | 22.63 | - |
| YUV | 56.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 133 | 0.22 | 0.87 | 0 | 0.48 | 285 | 0.77 | 0.29 |
| Hex | 68 | 11 | 85 | 16 | 57 | 0 | 30 | 11D | 4D | 1D |
| Octal | 150 | 21 | 205 | 26 | 127 | 0 | 60 | 435 | 115 | 35 |
| Binary | 1101000 | 10001 | 10000101 | 10110 | 1010111 | 0 | 110000 | 100011101 | 1001101 | 11101 |
Color Harmonies of #681185
Complementary color
Monochromatic Colors of #681185
Black with #681185
Text Example
Text Example
White with #681185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681185; }
p { color: rgb(104,17,133); }
H1.HeaderClassName
{
color: #681185;
}
.AnyTagClassName
{
color: #681185;
}
</style>
background-color css
<style>
a { background-color: #681185; }
a { background-color: rgb(104,17,133); }
div.DivClassName
{
background-color: #681185;
}
.BgClassName
{
background-color: #681185;
}
</style>
border-color css
<style>
span { border-color: #681185; }
span { border-color: rgb(104,17,133); }
td.TdClassName
{
border-color: #681185;
}
.TagClassName
{
border-color: #681185;
}
</style>