Shades of Purple #680063
Tints of Purple #680063
RGB
CMYK
RGB Variations
Color information
#680063 (or 0x680063) is known color: Purple. HEX triplet: 68, 00 and 63. RGB value is (104,0,99). Sum of RGB (Red+Green+Blue) = 104+0+99=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #680063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680063 is #97FF9C. Grayscale: #2A2A2A. Windows color (decimal): -9961373 or 6488168. OLE color: 6488168.
HSL color Cylindrical-coordinate representation of color #680063: hue angle of 302.88º 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 #680063 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.05 | 0.59 |
| HSL | 302.88º | 1% | 0.2% | - |
| HSV(B) | 302.88º | 1% | 0.41% | - |
| XYZ | 7.96 | 3.84 | 12.13 | - |
| YUV | 42.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 99 | 0 | 1 | 0.05 | 0.59 | 302.88 | 1 | 0.2 |
| Hex | 68 | 0 | 63 | 0 | 64 | 5 | 3B | 12F | 64 | 14 |
| Octal | 150 | 0 | 143 | 0 | 144 | 5 | 73 | 457 | 144 | 24 |
| Binary | 1101000 | 0 | 1100011 | 0 | 1100100 | 101 | 111011 | 100101111 | 1100100 | 10100 |
Color Harmonies of #680063
Complementary color
Monochromatic Colors of #680063
Black with #680063
Text Example
Text Example
White with #680063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680063; }
p { color: rgb(104,0,99); }
H1.HeaderClassName
{
color: #680063;
}
.AnyTagClassName
{
color: #680063;
}
</style>
background-color css
<style>
a { background-color: #680063; }
a { background-color: rgb(104,0,99); }
div.DivClassName
{
background-color: #680063;
}
.BgClassName
{
background-color: #680063;
}
</style>
border-color css
<style>
span { border-color: #680063; }
span { border-color: rgb(104,0,99); }
td.TdClassName
{
border-color: #680063;
}
.TagClassName
{
border-color: #680063;
}
</style>