Shades of Purple #680082
Tints of Purple #680082
RGB
CMYK
RGB Variations
Color information
#680082 (or 0x680082) is known color: Purple. HEX triplet: 68, 00 and 82. RGB value is (104,0,130). Sum of RGB (Red+Green+Blue) = 104+0+130=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #680082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680082 is #97FF7D. Grayscale: #2D2D2D. Windows color (decimal): -9961342 or 8519784. OLE color: 8519784.
HSL color Cylindrical-coordinate representation of color #680082: hue angle of 288º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680082 is Cyan = 0.2, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 0 | 130 | - |
| CMYK | 0.2 | 1 | 0 | 0.49 |
| HSL | 288º | 1% | 0.25% | - |
| HSV(B) | 288º | 1% | 0.51% | - |
| XYZ | 9.74 | 4.55 | 21.48 | - |
| YUV | 45.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 130 | 0.2 | 1 | 0 | 0.49 | 288 | 1 | 0.25 |
| Hex | 68 | 0 | 82 | 14 | 64 | 0 | 31 | 120 | 64 | 19 |
| Octal | 150 | 0 | 202 | 24 | 144 | 0 | 61 | 440 | 144 | 31 |
| Binary | 1101000 | 0 | 10000010 | 10100 | 1100100 | 0 | 110001 | 100100000 | 1100100 | 11001 |
Color Harmonies of #680082
Complementary color
Monochromatic Colors of #680082
Black with #680082
Text Example
Text Example
White with #680082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680082; }
p { color: rgb(104,0,130); }
H1.HeaderClassName
{
color: #680082;
}
.AnyTagClassName
{
color: #680082;
}
</style>
background-color css
<style>
a { background-color: #680082; }
a { background-color: rgb(104,0,130); }
div.DivClassName
{
background-color: #680082;
}
.BgClassName
{
background-color: #680082;
}
</style>
border-color css
<style>
span { border-color: #680082; }
span { border-color: rgb(104,0,130); }
td.TdClassName
{
border-color: #680082;
}
.TagClassName
{
border-color: #680082;
}
</style>