Shades of Purple #680578
Tints of Purple #680578
RGB
CMYK
RGB Variations
Color information
#680578 (or 0x680578) is known color: Purple. HEX triplet: 68, 05 and 78. RGB value is (104,5,120). Sum of RGB (Red+Green+Blue) = 104+5+120=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #680578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680578 is #97FA87. Grayscale: #2F2F2F. Windows color (decimal): -9960072 or 7865704. OLE color: 7865704.
HSL color Cylindrical-coordinate representation of color #680578: hue angle of 291.65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680578 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 5 | 120 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.53 |
| HSL | 291.65º | 0.92% | 0.25% | - |
| HSV(B) | 291.65º | 0.96% | 0.47% | - |
| XYZ | 9.15 | 4.41 | 18.14 | - |
| YUV | 47.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 120 | 0.13 | 0.96 | 0 | 0.53 | 291.65 | 0.92 | 0.25 |
| Hex | 68 | 5 | 78 | D | 60 | 0 | 35 | 124 | 5C | 19 |
| Octal | 150 | 5 | 170 | 15 | 140 | 0 | 65 | 444 | 134 | 31 |
| Binary | 1101000 | 101 | 1111000 | 1101 | 1100000 | 0 | 110101 | 100100100 | 1011100 | 11001 |
Color Harmonies of #680578
Complementary color
Monochromatic Colors of #680578
Black with #680578
Text Example
Text Example
White with #680578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680578; }
p { color: rgb(104,5,120); }
H1.HeaderClassName
{
color: #680578;
}
.AnyTagClassName
{
color: #680578;
}
</style>
background-color css
<style>
a { background-color: #680578; }
a { background-color: rgb(104,5,120); }
div.DivClassName
{
background-color: #680578;
}
.BgClassName
{
background-color: #680578;
}
</style>
border-color css
<style>
span { border-color: #680578; }
span { border-color: rgb(104,5,120); }
td.TdClassName
{
border-color: #680578;
}
.TagClassName
{
border-color: #680578;
}
</style>