Shades of Purple #680472
Tints of Purple #680472
RGB
CMYK
RGB Variations
Color information
#680472 (or 0x680472) is known color: Purple. HEX triplet: 68, 04 and 72. RGB value is (104,4,114). Sum of RGB (Red+Green+Blue) = 104+4+114=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #680472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680472 is #97FB8D. Grayscale: #2E2E2E. Windows color (decimal): -9960334 or 7472232. OLE color: 7472232.
HSL color Cylindrical-coordinate representation of color #680472: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680472 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 4 | 114 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.55 |
| HSL | 294.55º | 0.93% | 0.23% | - |
| HSV(B) | 294.55º | 0.96% | 0.45% | - |
| XYZ | 8.79 | 4.24 | 16.28 | - |
| YUV | 46.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 114 | 0.09 | 0.96 | 0 | 0.55 | 294.55 | 0.93 | 0.23 |
| Hex | 68 | 4 | 72 | 9 | 60 | 0 | 37 | 127 | 5D | 17 |
| Octal | 150 | 4 | 162 | 11 | 140 | 0 | 67 | 447 | 135 | 27 |
| Binary | 1101000 | 100 | 1110010 | 1001 | 1100000 | 0 | 110111 | 100100111 | 1011101 | 10111 |
Color Harmonies of #680472
Complementary color
Monochromatic Colors of #680472
Black with #680472
Text Example
Text Example
White with #680472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680472; }
p { color: rgb(104,4,114); }
H1.HeaderClassName
{
color: #680472;
}
.AnyTagClassName
{
color: #680472;
}
</style>
background-color css
<style>
a { background-color: #680472; }
a { background-color: rgb(104,4,114); }
div.DivClassName
{
background-color: #680472;
}
.BgClassName
{
background-color: #680472;
}
</style>
border-color css
<style>
span { border-color: #680472; }
span { border-color: rgb(104,4,114); }
td.TdClassName
{
border-color: #680472;
}
.TagClassName
{
border-color: #680472;
}
</style>