Shades of Purple #680281
Tints of Purple #680281
RGB
CMYK
RGB Variations
Color information
#680281 (or 0x680281) is known color: Purple. HEX triplet: 68, 02 and 81. RGB value is (104,2,129). Sum of RGB (Red+Green+Blue) = 104+2+129=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #680281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680281 is #97FD7E. Grayscale: #2E2E2E. Windows color (decimal): -9960831 or 8454760. OLE color: 8454760.
HSL color Cylindrical-coordinate representation of color #680281: hue angle of 288.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680281 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 2 | 129 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.49 |
| HSL | 288.19º | 0.97% | 0.26% | - |
| HSV(B) | 288.19º | 0.98% | 0.51% | - |
| XYZ | 9.69 | 4.57 | 21.14 | - |
| YUV | 46.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 129 | 0.19 | 0.98 | 0 | 0.49 | 288.19 | 0.97 | 0.26 |
| Hex | 68 | 2 | 81 | 13 | 62 | 0 | 31 | 120 | 61 | 1A |
| Octal | 150 | 2 | 201 | 23 | 142 | 0 | 61 | 440 | 141 | 32 |
| Binary | 1101000 | 10 | 10000001 | 10011 | 1100010 | 0 | 110001 | 100100000 | 1100001 | 11010 |
Color Harmonies of #680281
Complementary color
Monochromatic Colors of #680281
Black with #680281
Text Example
Text Example
White with #680281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680281; }
p { color: rgb(104,2,129); }
H1.HeaderClassName
{
color: #680281;
}
.AnyTagClassName
{
color: #680281;
}
</style>
background-color css
<style>
a { background-color: #680281; }
a { background-color: rgb(104,2,129); }
div.DivClassName
{
background-color: #680281;
}
.BgClassName
{
background-color: #680281;
}
</style>
border-color css
<style>
span { border-color: #680281; }
span { border-color: rgb(104,2,129); }
td.TdClassName
{
border-color: #680281;
}
.TagClassName
{
border-color: #680281;
}
</style>