Shades of Purple #680A72
Tints of Purple #680A72
RGB
CMYK
RGB Variations
Color information
#680A72 (or 0x680A72) is known color: Purple. HEX triplet: 68, 0A and 72. RGB value is (104,10,114). Sum of RGB (Red+Green+Blue) = 104+10+114=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #680A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A72 is #97F58D. Grayscale: #313131. Windows color (decimal): -9958798 or 7473768. OLE color: 7473768.
HSL color Cylindrical-coordinate representation of color #680A72: hue angle of 294.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680A72 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 10 | 114 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.55 |
| HSL | 294.23º | 0.84% | 0.24% | - |
| HSV(B) | 294.23º | 0.91% | 0.45% | - |
| XYZ | 8.85 | 4.38 | 16.3 | - |
| YUV | 49.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 114 | 0.09 | 0.91 | 0 | 0.55 | 294.23 | 0.84 | 0.24 |
| Hex | 68 | A | 72 | 9 | 5B | 0 | 37 | 126 | 54 | 18 |
| Octal | 150 | 12 | 162 | 11 | 133 | 0 | 67 | 446 | 124 | 30 |
| Binary | 1101000 | 1010 | 1110010 | 1001 | 1011011 | 0 | 110111 | 100100110 | 1010100 | 11000 |
Color Harmonies of #680A72
Complementary color
Monochromatic Colors of #680A72
Black with #680A72
Text Example
Text Example
White with #680A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A72; }
p { color: rgb(104,10,114); }
H1.HeaderClassName
{
color: #680A72;
}
.AnyTagClassName
{
color: #680A72;
}
</style>
background-color css
<style>
a { background-color: #680A72; }
a { background-color: rgb(104,10,114); }
div.DivClassName
{
background-color: #680A72;
}
.BgClassName
{
background-color: #680A72;
}
</style>
border-color css
<style>
span { border-color: #680A72; }
span { border-color: rgb(104,10,114); }
td.TdClassName
{
border-color: #680A72;
}
.TagClassName
{
border-color: #680A72;
}
</style>