Shades of Purple #680683
Tints of Purple #680683
RGB
CMYK
RGB Variations
Color information
#680683 (or 0x680683) is known color: Purple. HEX triplet: 68, 06 and 83. RGB value is (104,6,131). Sum of RGB (Red+Green+Blue) = 104+6+131=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #680683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680683 is #97F97C. Grayscale: #313131. Windows color (decimal): -9959805 or 8586856. OLE color: 8586856.
HSL color Cylindrical-coordinate representation of color #680683: hue angle of 287.04º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680683 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 6 | 131 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.49 |
| HSL | 287.04º | 0.91% | 0.27% | - |
| HSV(B) | 287.04º | 0.95% | 0.51% | - |
| XYZ | 9.87 | 4.71 | 21.86 | - |
| YUV | 49.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 131 | 0.21 | 0.95 | 0 | 0.49 | 287.04 | 0.91 | 0.27 |
| Hex | 68 | 6 | 83 | 15 | 5F | 0 | 31 | 11F | 5B | 1B |
| Octal | 150 | 6 | 203 | 25 | 137 | 0 | 61 | 437 | 133 | 33 |
| Binary | 1101000 | 110 | 10000011 | 10101 | 1011111 | 0 | 110001 | 100011111 | 1011011 | 11011 |
Color Harmonies of #680683
Complementary color
Monochromatic Colors of #680683
Black with #680683
Text Example
Text Example
White with #680683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680683; }
p { color: rgb(104,6,131); }
H1.HeaderClassName
{
color: #680683;
}
.AnyTagClassName
{
color: #680683;
}
</style>
background-color css
<style>
a { background-color: #680683; }
a { background-color: rgb(104,6,131); }
div.DivClassName
{
background-color: #680683;
}
.BgClassName
{
background-color: #680683;
}
</style>
border-color css
<style>
span { border-color: #680683; }
span { border-color: rgb(104,6,131); }
td.TdClassName
{
border-color: #680683;
}
.TagClassName
{
border-color: #680683;
}
</style>