Shades of Purple #680885
Tints of Purple #680885
RGB
CMYK
RGB Variations
Color information
#680885 (or 0x680885) is known color: Purple. HEX triplet: 68, 08 and 85. RGB value is (104,8,133). Sum of RGB (Red+Green+Blue) = 104+8+133=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #680885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680885 is #97F77A. Grayscale: #323232. Windows color (decimal): -9959291 or 8718440. OLE color: 8718440.
HSL color Cylindrical-coordinate representation of color #680885: hue angle of 286.08º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680885 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 8 | 133 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.48 |
| HSL | 286.08º | 0.89% | 0.28% | - |
| HSV(B) | 286.08º | 0.94% | 0.52% | - |
| XYZ | 10.03 | 4.81 | 22.59 | - |
| YUV | 50.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 133 | 0.22 | 0.94 | 0 | 0.48 | 286.08 | 0.89 | 0.28 |
| Hex | 68 | 8 | 85 | 16 | 5E | 0 | 30 | 11E | 59 | 1C |
| Octal | 150 | 10 | 205 | 26 | 136 | 0 | 60 | 436 | 131 | 34 |
| Binary | 1101000 | 1000 | 10000101 | 10110 | 1011110 | 0 | 110000 | 100011110 | 1011001 | 11100 |
Color Harmonies of #680885
Complementary color
Monochromatic Colors of #680885
Black with #680885
Text Example
Text Example
White with #680885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680885; }
p { color: rgb(104,8,133); }
H1.HeaderClassName
{
color: #680885;
}
.AnyTagClassName
{
color: #680885;
}
</style>
background-color css
<style>
a { background-color: #680885; }
a { background-color: rgb(104,8,133); }
div.DivClassName
{
background-color: #680885;
}
.BgClassName
{
background-color: #680885;
}
</style>
border-color css
<style>
span { border-color: #680885; }
span { border-color: rgb(104,8,133); }
td.TdClassName
{
border-color: #680885;
}
.TagClassName
{
border-color: #680885;
}
</style>