Shades of Purple #680368
Tints of Purple #680368
RGB
CMYK
RGB Variations
Color information
#680368 (or 0x680368) is known color: Purple. HEX triplet: 68, 03 and 68. RGB value is (104,3,104). Sum of RGB (Red+Green+Blue) = 104+3+104=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680368 is #97FC97. Grayscale: #2C2C2C. Windows color (decimal): -9960600 or 6816616. OLE color: 6816616.
HSL color Cylindrical-coordinate representation of color #680368: hue angle of 300º 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 #680368 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 104 | - |
| CMYK | 0 | 0.97 | 0 | 0.59 |
| HSL | 300º | 0.94% | 0.21% | - |
| HSV(B) | 300º | 0.97% | 0.41% | - |
| XYZ | 8.24 | 4.01 | 13.44 | - |
| YUV | 44.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 104 | 0 | 0.97 | 0 | 0.59 | 300 | 0.94 | 0.21 |
| Hex | 68 | 3 | 68 | 0 | 61 | 0 | 3B | 12C | 5E | 15 |
| Octal | 150 | 3 | 150 | 0 | 141 | 0 | 73 | 454 | 136 | 25 |
| Binary | 1101000 | 11 | 1101000 | 0 | 1100001 | 0 | 111011 | 100101100 | 1011110 | 10101 |
Color Harmonies of #680368
Complementary color
Monochromatic Colors of #680368
Black with #680368
Text Example
Text Example
White with #680368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680368; }
p { color: rgb(104,3,104); }
H1.HeaderClassName
{
color: #680368;
}
.AnyTagClassName
{
color: #680368;
}
</style>
background-color css
<style>
a { background-color: #680368; }
a { background-color: rgb(104,3,104); }
div.DivClassName
{
background-color: #680368;
}
.BgClassName
{
background-color: #680368;
}
</style>
border-color css
<style>
span { border-color: #680368; }
span { border-color: rgb(104,3,104); }
td.TdClassName
{
border-color: #680368;
}
.TagClassName
{
border-color: #680368;
}
</style>