Shades of Purple #680884
Tints of Purple #680884
RGB
CMYK
RGB Variations
Color information
#680884 (or 0x680884) is known color: Purple. HEX triplet: 68, 08 and 84. RGB value is (104,8,132). Sum of RGB (Red+Green+Blue) = 104+8+132=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #680884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680884 is #97F77B. Grayscale: #323232. Windows color (decimal): -9959292 or 8652904. OLE color: 8652904.
HSL color Cylindrical-coordinate representation of color #680884: hue angle of 286.45º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680884 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 8 | 132 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.48 |
| HSL | 286.45º | 0.89% | 0.27% | - |
| HSV(B) | 286.45º | 0.94% | 0.52% | - |
| XYZ | 9.96 | 4.78 | 22.23 | - |
| YUV | 50.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 132 | 0.21 | 0.94 | 0 | 0.48 | 286.45 | 0.89 | 0.27 |
| Hex | 68 | 8 | 84 | 15 | 5E | 0 | 30 | 11E | 59 | 1B |
| Octal | 150 | 10 | 204 | 25 | 136 | 0 | 60 | 436 | 131 | 33 |
| Binary | 1101000 | 1000 | 10000100 | 10101 | 1011110 | 0 | 110000 | 100011110 | 1011001 | 11011 |
Color Harmonies of #680884
Complementary color
Monochromatic Colors of #680884
Black with #680884
Text Example
Text Example
White with #680884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680884; }
p { color: rgb(104,8,132); }
H1.HeaderClassName
{
color: #680884;
}
.AnyTagClassName
{
color: #680884;
}
</style>
background-color css
<style>
a { background-color: #680884; }
a { background-color: rgb(104,8,132); }
div.DivClassName
{
background-color: #680884;
}
.BgClassName
{
background-color: #680884;
}
</style>
border-color css
<style>
span { border-color: #680884; }
span { border-color: rgb(104,8,132); }
td.TdClassName
{
border-color: #680884;
}
.TagClassName
{
border-color: #680884;
}
</style>