Shades of Purple #680B82
Tints of Purple #680B82
RGB
CMYK
RGB Variations
Color information
#680B82 (or 0x680B82) is known color: Purple. HEX triplet: 68, 0B and 82. RGB value is (104,11,130). Sum of RGB (Red+Green+Blue) = 104+11+130=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #680B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B82 is #97F47D. Grayscale: #333333. Windows color (decimal): -9958526 or 8522600. OLE color: 8522600.
HSL color Cylindrical-coordinate representation of color #680B82: hue angle of 286.89º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680B82 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 11 | 130 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.49 |
| HSL | 286.89º | 0.84% | 0.28% | - |
| HSV(B) | 286.89º | 0.92% | 0.51% | - |
| XYZ | 9.86 | 4.79 | 21.52 | - |
| YUV | 52.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 130 | 0.2 | 0.92 | 0 | 0.49 | 286.89 | 0.84 | 0.28 |
| Hex | 68 | B | 82 | 14 | 5C | 0 | 31 | 11F | 54 | 1C |
| Octal | 150 | 13 | 202 | 24 | 134 | 0 | 61 | 437 | 124 | 34 |
| Binary | 1101000 | 1011 | 10000010 | 10100 | 1011100 | 0 | 110001 | 100011111 | 1010100 | 11100 |
Color Harmonies of #680B82
Complementary color
Monochromatic Colors of #680B82
Black with #680B82
Text Example
Text Example
White with #680B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B82; }
p { color: rgb(104,11,130); }
H1.HeaderClassName
{
color: #680B82;
}
.AnyTagClassName
{
color: #680B82;
}
</style>
background-color css
<style>
a { background-color: #680B82; }
a { background-color: rgb(104,11,130); }
div.DivClassName
{
background-color: #680B82;
}
.BgClassName
{
background-color: #680B82;
}
</style>
border-color css
<style>
span { border-color: #680B82; }
span { border-color: rgb(104,11,130); }
td.TdClassName
{
border-color: #680B82;
}
.TagClassName
{
border-color: #680B82;
}
</style>