Shades of Purple #680263
Tints of Purple #680263
RGB
CMYK
RGB Variations
Color information
#680263 (or 0x680263) is known color: Purple. HEX triplet: 68, 02 and 63. RGB value is (104,2,99). Sum of RGB (Red+Green+Blue) = 104+2+99=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680263 is #97FD9C. Grayscale: #2B2B2B. Windows color (decimal): -9960861 or 6488680. OLE color: 6488680.
HSL color Cylindrical-coordinate representation of color #680263: hue angle of 302.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680263 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 99 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.59 |
| HSL | 302.94º | 0.96% | 0.21% | - |
| HSV(B) | 302.94º | 0.98% | 0.41% | - |
| XYZ | 7.98 | 3.89 | 12.13 | - |
| YUV | 43.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 99 | 0 | 0.98 | 0.05 | 0.59 | 302.94 | 0.96 | 0.21 |
| Hex | 68 | 2 | 63 | 0 | 62 | 5 | 3B | 12F | 60 | 15 |
| Octal | 150 | 2 | 143 | 0 | 142 | 5 | 73 | 457 | 140 | 25 |
| Binary | 1101000 | 10 | 1100011 | 0 | 1100010 | 101 | 111011 | 100101111 | 1100000 | 10101 |
Color Harmonies of #680263
Complementary color
Monochromatic Colors of #680263
Black with #680263
Text Example
Text Example
White with #680263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680263; }
p { color: rgb(104,2,99); }
H1.HeaderClassName
{
color: #680263;
}
.AnyTagClassName
{
color: #680263;
}
</style>
background-color css
<style>
a { background-color: #680263; }
a { background-color: rgb(104,2,99); }
div.DivClassName
{
background-color: #680263;
}
.BgClassName
{
background-color: #680263;
}
</style>
border-color css
<style>
span { border-color: #680263; }
span { border-color: rgb(104,2,99); }
td.TdClassName
{
border-color: #680263;
}
.TagClassName
{
border-color: #680263;
}
</style>