Shades of Purple #680465
Tints of Purple #680465
RGB
CMYK
RGB Variations
Color information
#680465 (or 0x680465) is known color: Purple. HEX triplet: 68, 04 and 65. RGB value is (104,4,101). Sum of RGB (Red+Green+Blue) = 104+4+101=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680465 is #97FB9A. Grayscale: #2C2C2C. Windows color (decimal): -9960347 or 6620264. OLE color: 6620264.
HSL color Cylindrical-coordinate representation of color #680465: hue angle of 301.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680465 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 101 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.59 |
| HSL | 301.8º | 0.93% | 0.21% | - |
| HSV(B) | 301.8º | 0.96% | 0.41% | - |
| XYZ | 8.1 | 3.97 | 12.65 | - |
| YUV | 44.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 101 | 0 | 0.96 | 0.03 | 0.59 | 301.8 | 0.93 | 0.21 |
| Hex | 68 | 4 | 65 | 0 | 60 | 3 | 3B | 12E | 5D | 15 |
| Octal | 150 | 4 | 145 | 0 | 140 | 3 | 73 | 456 | 135 | 25 |
| Binary | 1101000 | 100 | 1100101 | 0 | 1100000 | 11 | 111011 | 100101110 | 1011101 | 10101 |
Color Harmonies of #680465
Complementary color
Monochromatic Colors of #680465
Black with #680465
Text Example
Text Example
White with #680465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680465; }
p { color: rgb(104,4,101); }
H1.HeaderClassName
{
color: #680465;
}
.AnyTagClassName
{
color: #680465;
}
</style>
background-color css
<style>
a { background-color: #680465; }
a { background-color: rgb(104,4,101); }
div.DivClassName
{
background-color: #680465;
}
.BgClassName
{
background-color: #680465;
}
</style>
border-color css
<style>
span { border-color: #680465; }
span { border-color: rgb(104,4,101); }
td.TdClassName
{
border-color: #680465;
}
.TagClassName
{
border-color: #680465;
}
</style>