Shades of Purple #680163
Tints of Purple #680163
RGB
CMYK
RGB Variations
Color information
#680163 (or 0x680163) is known color: Purple. HEX triplet: 68, 01 and 63. RGB value is (104,1,99). Sum of RGB (Red+Green+Blue) = 104+1+99=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680163 is #97FE9C. Grayscale: #2A2A2A. Windows color (decimal): -9961117 or 6488424. OLE color: 6488424.
HSL color Cylindrical-coordinate representation of color #680163: hue angle of 302.91º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680163 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.59 |
| HSL | 302.91º | 0.98% | 0.21% | - |
| HSV(B) | 302.91º | 0.99% | 0.41% | - |
| XYZ | 7.97 | 3.87 | 12.13 | - |
| YUV | 42.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 99 | 0 | 0.99 | 0.05 | 0.59 | 302.91 | 0.98 | 0.21 |
| Hex | 68 | 1 | 63 | 0 | 63 | 5 | 3B | 12F | 62 | 15 |
| Octal | 150 | 1 | 143 | 0 | 143 | 5 | 73 | 457 | 142 | 25 |
| Binary | 1101000 | 1 | 1100011 | 0 | 1100011 | 101 | 111011 | 100101111 | 1100010 | 10101 |
Color Harmonies of #680163
Complementary color
Monochromatic Colors of #680163
Black with #680163
Text Example
Text Example
White with #680163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680163; }
p { color: rgb(104,1,99); }
H1.HeaderClassName
{
color: #680163;
}
.AnyTagClassName
{
color: #680163;
}
</style>
background-color css
<style>
a { background-color: #680163; }
a { background-color: rgb(104,1,99); }
div.DivClassName
{
background-color: #680163;
}
.BgClassName
{
background-color: #680163;
}
</style>
border-color css
<style>
span { border-color: #680163; }
span { border-color: rgb(104,1,99); }
td.TdClassName
{
border-color: #680163;
}
.TagClassName
{
border-color: #680163;
}
</style>