Shades of Purple #680062
Tints of Purple #680062
RGB
CMYK
RGB Variations
Color information
#680062 (or 0x680062) is known color: Purple. HEX triplet: 68, 00 and 62. RGB value is (104,0,98). Sum of RGB (Red+Green+Blue) = 104+0+98=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680062 is #97FF9D. Grayscale: #292929. Windows color (decimal): -9961374 or 6422632. OLE color: 6422632.
HSL color Cylindrical-coordinate representation of color #680062: hue angle of 303.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680062 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.06 | 0.59 |
| HSL | 303.46º | 1% | 0.2% | - |
| HSV(B) | 303.46º | 1% | 0.41% | - |
| XYZ | 7.91 | 3.82 | 11.88 | - |
| YUV | 42.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 98 | 0 | 1 | 0.06 | 0.59 | 303.46 | 1 | 0.2 |
| Hex | 68 | 0 | 62 | 0 | 64 | 6 | 3B | 12F | 64 | 14 |
| Octal | 150 | 0 | 142 | 0 | 144 | 6 | 73 | 457 | 144 | 24 |
| Binary | 1101000 | 0 | 1100010 | 0 | 1100100 | 110 | 111011 | 100101111 | 1100100 | 10100 |
Color Harmonies of #680062
Complementary color
Monochromatic Colors of #680062
Black with #680062
Text Example
Text Example
White with #680062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680062; }
p { color: rgb(104,0,98); }
H1.HeaderClassName
{
color: #680062;
}
.AnyTagClassName
{
color: #680062;
}
</style>
background-color css
<style>
a { background-color: #680062; }
a { background-color: rgb(104,0,98); }
div.DivClassName
{
background-color: #680062;
}
.BgClassName
{
background-color: #680062;
}
</style>
border-color css
<style>
span { border-color: #680062; }
span { border-color: rgb(104,0,98); }
td.TdClassName
{
border-color: #680062;
}
.TagClassName
{
border-color: #680062;
}
</style>