Shades of Purple #680B72
Tints of Purple #680B72
RGB
CMYK
RGB Variations
Color information
#680B72 (or 0x680B72) is known color: Purple. HEX triplet: 68, 0B and 72. RGB value is (104,11,114). Sum of RGB (Red+Green+Blue) = 104+11+114=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #680B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B72 is #97F48D. Grayscale: #323232. Windows color (decimal): -9958542 or 7474024. OLE color: 7474024.
HSL color Cylindrical-coordinate representation of color #680B72: hue angle of 294.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680B72 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 11 | 114 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.55 |
| HSL | 294.17º | 0.82% | 0.25% | - |
| HSV(B) | 294.17º | 0.9% | 0.45% | - |
| XYZ | 8.87 | 4.4 | 16.3 | - |
| YUV | 50.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 114 | 0.09 | 0.90 | 0 | 0.55 | 294.17 | 0.82 | 0.25 |
| Hex | 68 | B | 72 | 9 | 5A | 0 | 37 | 126 | 52 | 19 |
| Octal | 150 | 13 | 162 | 11 | 132 | 0 | 67 | 446 | 122 | 31 |
| Binary | 1101000 | 1011 | 1110010 | 1001 | 1011010 | 0 | 110111 | 100100110 | 1010010 | 11001 |
Color Harmonies of #680B72
Complementary color
Monochromatic Colors of #680B72
Black with #680B72
Text Example
Text Example
White with #680B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B72; }
p { color: rgb(104,11,114); }
H1.HeaderClassName
{
color: #680B72;
}
.AnyTagClassName
{
color: #680B72;
}
</style>
background-color css
<style>
a { background-color: #680B72; }
a { background-color: rgb(104,11,114); }
div.DivClassName
{
background-color: #680B72;
}
.BgClassName
{
background-color: #680B72;
}
</style>
border-color css
<style>
span { border-color: #680B72; }
span { border-color: rgb(104,11,114); }
td.TdClassName
{
border-color: #680B72;
}
.TagClassName
{
border-color: #680B72;
}
</style>