Shades of Purple #680271
Tints of Purple #680271
RGB
CMYK
RGB Variations
Color information
#680271 (or 0x680271) is known color: Purple. HEX triplet: 68, 02 and 71. RGB value is (104,2,113). Sum of RGB (Red+Green+Blue) = 104+2+113=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #680271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680271 is #97FD8E. Grayscale: #2C2C2C. Windows color (decimal): -9960847 or 7406184. OLE color: 7406184.
HSL color Cylindrical-coordinate representation of color #680271: hue angle of 295.14º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680271 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 2 | 113 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.56 |
| HSL | 295.14º | 0.97% | 0.23% | - |
| HSV(B) | 295.14º | 0.98% | 0.44% | - |
| XYZ | 8.71 | 4.18 | 15.97 | - |
| YUV | 45.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 113 | 0.08 | 0.98 | 0 | 0.56 | 295.14 | 0.97 | 0.23 |
| Hex | 68 | 2 | 71 | 8 | 62 | 0 | 38 | 127 | 61 | 17 |
| Octal | 150 | 2 | 161 | 10 | 142 | 0 | 70 | 447 | 141 | 27 |
| Binary | 1101000 | 10 | 1110001 | 1000 | 1100010 | 0 | 111000 | 100100111 | 1100001 | 10111 |
Color Harmonies of #680271
Complementary color
Monochromatic Colors of #680271
Black with #680271
Text Example
Text Example
White with #680271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680271; }
p { color: rgb(104,2,113); }
H1.HeaderClassName
{
color: #680271;
}
.AnyTagClassName
{
color: #680271;
}
</style>
background-color css
<style>
a { background-color: #680271; }
a { background-color: rgb(104,2,113); }
div.DivClassName
{
background-color: #680271;
}
.BgClassName
{
background-color: #680271;
}
</style>
border-color css
<style>
span { border-color: #680271; }
span { border-color: rgb(104,2,113); }
td.TdClassName
{
border-color: #680271;
}
.TagClassName
{
border-color: #680271;
}
</style>