Shades of Purple #680365
Tints of Purple #680365
RGB
CMYK
RGB Variations
Color information
#680365 (or 0x680365) is known color: Purple. HEX triplet: 68, 03 and 65. RGB value is (104,3,101). Sum of RGB (Red+Green+Blue) = 104+3+101=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680365 is #97FC9A. Grayscale: #2C2C2C. Windows color (decimal): -9960603 or 6620008. OLE color: 6620008.
HSL color Cylindrical-coordinate representation of color #680365: hue angle of 301.78º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680365 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 101 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.59 |
| HSL | 301.78º | 0.94% | 0.21% | - |
| HSV(B) | 301.78º | 0.97% | 0.41% | - |
| XYZ | 8.09 | 3.95 | 12.65 | - |
| YUV | 44.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 101 | 0 | 0.97 | 0.03 | 0.59 | 301.78 | 0.94 | 0.21 |
| Hex | 68 | 3 | 65 | 0 | 61 | 3 | 3B | 12E | 5E | 15 |
| Octal | 150 | 3 | 145 | 0 | 141 | 3 | 73 | 456 | 136 | 25 |
| Binary | 1101000 | 11 | 1100101 | 0 | 1100001 | 11 | 111011 | 100101110 | 1011110 | 10101 |
Color Harmonies of #680365
Complementary color
Monochromatic Colors of #680365
Black with #680365
Text Example
Text Example
White with #680365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680365; }
p { color: rgb(104,3,101); }
H1.HeaderClassName
{
color: #680365;
}
.AnyTagClassName
{
color: #680365;
}
</style>
background-color css
<style>
a { background-color: #680365; }
a { background-color: rgb(104,3,101); }
div.DivClassName
{
background-color: #680365;
}
.BgClassName
{
background-color: #680365;
}
</style>
border-color css
<style>
span { border-color: #680365; }
span { border-color: rgb(104,3,101); }
td.TdClassName
{
border-color: #680365;
}
.TagClassName
{
border-color: #680365;
}
</style>