Shades of Purple #680973
Tints of Purple #680973
RGB
CMYK
RGB Variations
Color information
#680973 (or 0x680973) is known color: Purple. HEX triplet: 68, 09 and 73. RGB value is (104,9,115). Sum of RGB (Red+Green+Blue) = 104+9+115=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #680973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680973 is #97F68C. Grayscale: #313131. Windows color (decimal): -9959053 or 7539048. OLE color: 7539048.
HSL color Cylindrical-coordinate representation of color #680973: hue angle of 293.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680973 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 9 | 115 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.55 |
| HSL | 293.77º | 0.85% | 0.24% | - |
| HSV(B) | 293.77º | 0.92% | 0.45% | - |
| XYZ | 8.9 | 4.38 | 16.6 | - |
| YUV | 49.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 115 | 0.10 | 0.92 | 0 | 0.55 | 293.77 | 0.85 | 0.24 |
| Hex | 68 | 9 | 73 | A | 5C | 0 | 37 | 126 | 55 | 18 |
| Octal | 150 | 11 | 163 | 12 | 134 | 0 | 67 | 446 | 125 | 30 |
| Binary | 1101000 | 1001 | 1110011 | 1010 | 1011100 | 0 | 110111 | 100100110 | 1010101 | 11000 |
Color Harmonies of #680973
Complementary color
Monochromatic Colors of #680973
Black with #680973
Text Example
Text Example
White with #680973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680973; }
p { color: rgb(104,9,115); }
H1.HeaderClassName
{
color: #680973;
}
.AnyTagClassName
{
color: #680973;
}
</style>
background-color css
<style>
a { background-color: #680973; }
a { background-color: rgb(104,9,115); }
div.DivClassName
{
background-color: #680973;
}
.BgClassName
{
background-color: #680973;
}
</style>
border-color css
<style>
span { border-color: #680973; }
span { border-color: rgb(104,9,115); }
td.TdClassName
{
border-color: #680973;
}
.TagClassName
{
border-color: #680973;
}
</style>