Shades of Purple #680065
Tints of Purple #680065
RGB
CMYK
RGB Variations
Color information
#680065 (or 0x680065) is known color: Purple. HEX triplet: 68, 00 and 65. RGB value is (104,0,101). Sum of RGB (Red+Green+Blue) = 104+0+101=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680065 is #97FF9A. Grayscale: #2A2A2A. Windows color (decimal): -9961371 or 6619240. OLE color: 6619240.
HSL color Cylindrical-coordinate representation of color #680065: hue angle of 301.73º 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 #680065 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.03 | 0.59 |
| HSL | 301.73º | 1% | 0.2% | - |
| HSV(B) | 301.73º | 1% | 0.41% | - |
| XYZ | 8.06 | 3.88 | 12.64 | - |
| YUV | 42.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 101 | 0 | 1 | 0.03 | 0.59 | 301.73 | 1 | 0.2 |
| Hex | 68 | 0 | 65 | 0 | 64 | 3 | 3B | 12E | 64 | 14 |
| Octal | 150 | 0 | 145 | 0 | 144 | 3 | 73 | 456 | 144 | 24 |
| Binary | 1101000 | 0 | 1100101 | 0 | 1100100 | 11 | 111011 | 100101110 | 1100100 | 10100 |
Color Harmonies of #680065
Complementary color
Monochromatic Colors of #680065
Black with #680065
Text Example
Text Example
White with #680065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680065; }
p { color: rgb(104,0,101); }
H1.HeaderClassName
{
color: #680065;
}
.AnyTagClassName
{
color: #680065;
}
</style>
background-color css
<style>
a { background-color: #680065; }
a { background-color: rgb(104,0,101); }
div.DivClassName
{
background-color: #680065;
}
.BgClassName
{
background-color: #680065;
}
</style>
border-color css
<style>
span { border-color: #680065; }
span { border-color: rgb(104,0,101); }
td.TdClassName
{
border-color: #680065;
}
.TagClassName
{
border-color: #680065;
}
</style>