Shades of Purple #680067
Tints of Purple #680067
RGB
CMYK
RGB Variations
Color information
#680067 (or 0x680067) is known color: Purple. HEX triplet: 68, 00 and 67. RGB value is (104,0,103). Sum of RGB (Red+Green+Blue) = 104+0+103=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680067 is #97FF98. Grayscale: #2A2A2A. Windows color (decimal): -9961369 or 6750312. OLE color: 6750312.
HSL color Cylindrical-coordinate representation of color #680067: hue angle of 300.58º 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 #680067 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.01 | 0.59 |
| HSL | 300.58º | 1% | 0.2% | - |
| HSV(B) | 300.58º | 1% | 0.41% | - |
| XYZ | 8.16 | 3.92 | 13.16 | - |
| YUV | 42.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 103 | 0 | 1 | 0.01 | 0.59 | 300.58 | 1 | 0.2 |
| Hex | 68 | 0 | 67 | 0 | 64 | 1 | 3B | 12D | 64 | 14 |
| Octal | 150 | 0 | 147 | 0 | 144 | 1 | 73 | 455 | 144 | 24 |
| Binary | 1101000 | 0 | 1100111 | 0 | 1100100 | 1 | 111011 | 100101101 | 1100100 | 10100 |
Color Harmonies of #680067
Complementary color
Monochromatic Colors of #680067
Black with #680067
Text Example
Text Example
White with #680067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680067; }
p { color: rgb(104,0,103); }
H1.HeaderClassName
{
color: #680067;
}
.AnyTagClassName
{
color: #680067;
}
</style>
background-color css
<style>
a { background-color: #680067; }
a { background-color: rgb(104,0,103); }
div.DivClassName
{
background-color: #680067;
}
.BgClassName
{
background-color: #680067;
}
</style>
border-color css
<style>
span { border-color: #680067; }
span { border-color: rgb(104,0,103); }
td.TdClassName
{
border-color: #680067;
}
.TagClassName
{
border-color: #680067;
}
</style>