Shades of Purple #680481
Tints of Purple #680481
RGB
CMYK
RGB Variations
Color information
#680481 (or 0x680481) is known color: Purple. HEX triplet: 68, 04 and 81. RGB value is (104,4,129). Sum of RGB (Red+Green+Blue) = 104+4+129=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #680481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680481 is #97FB7E. Grayscale: #2F2F2F. Windows color (decimal): -9960319 or 8455272. OLE color: 8455272.
HSL color Cylindrical-coordinate representation of color #680481: hue angle of 288º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680481 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 4 | 129 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.49 |
| HSL | 288º | 0.94% | 0.26% | - |
| HSV(B) | 288º | 0.97% | 0.51% | - |
| XYZ | 9.71 | 4.61 | 21.15 | - |
| YUV | 48.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 129 | 0.19 | 0.97 | 0 | 0.49 | 288 | 0.94 | 0.26 |
| Hex | 68 | 4 | 81 | 13 | 61 | 0 | 31 | 120 | 5E | 1A |
| Octal | 150 | 4 | 201 | 23 | 141 | 0 | 61 | 440 | 136 | 32 |
| Binary | 1101000 | 100 | 10000001 | 10011 | 1100001 | 0 | 110001 | 100100000 | 1011110 | 11010 |
Color Harmonies of #680481
Complementary color
Monochromatic Colors of #680481
Black with #680481
Text Example
Text Example
White with #680481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680481; }
p { color: rgb(104,4,129); }
H1.HeaderClassName
{
color: #680481;
}
.AnyTagClassName
{
color: #680481;
}
</style>
background-color css
<style>
a { background-color: #680481; }
a { background-color: rgb(104,4,129); }
div.DivClassName
{
background-color: #680481;
}
.BgClassName
{
background-color: #680481;
}
</style>
border-color css
<style>
span { border-color: #680481; }
span { border-color: rgb(104,4,129); }
td.TdClassName
{
border-color: #680481;
}
.TagClassName
{
border-color: #680481;
}
</style>