Shades of Purple #671176
Tints of Purple #671176
RGB
CMYK
RGB Variations
Color information
#671176 (or 0x671176) is known color: Purple. HEX triplet: 67, 11 and 76. RGB value is (103,17,118). Sum of RGB (Red+Green+Blue) = 103+17+118=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #671176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671176 is #98EE89. Grayscale: #353535. Windows color (decimal): -10022538 or 7737703. OLE color: 7737703.
HSL color Cylindrical-coordinate representation of color #671176: hue angle of 291.09º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671176 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 17 | 118 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.54 |
| HSL | 291.09º | 0.75% | 0.26% | - |
| HSV(B) | 291.09º | 0.86% | 0.46% | - |
| XYZ | 9.06 | 4.59 | 17.55 | - |
| YUV | 54.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 118 | 0.13 | 0.86 | 0 | 0.54 | 291.09 | 0.75 | 0.26 |
| Hex | 67 | 11 | 76 | D | 56 | 0 | 36 | 123 | 4B | 1A |
| Octal | 147 | 21 | 166 | 15 | 126 | 0 | 66 | 443 | 113 | 32 |
| Binary | 1100111 | 10001 | 1110110 | 1101 | 1010110 | 0 | 110110 | 100100011 | 1001011 | 11010 |
Color Harmonies of #671176
Complementary color
Monochromatic Colors of #671176
Black with #671176
Text Example
Text Example
White with #671176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671176; }
p { color: rgb(103,17,118); }
H1.HeaderClassName
{
color: #671176;
}
.AnyTagClassName
{
color: #671176;
}
</style>
background-color css
<style>
a { background-color: #671176; }
a { background-color: rgb(103,17,118); }
div.DivClassName
{
background-color: #671176;
}
.BgClassName
{
background-color: #671176;
}
</style>
border-color css
<style>
span { border-color: #671176; }
span { border-color: rgb(103,17,118); }
td.TdClassName
{
border-color: #671176;
}
.TagClassName
{
border-color: #671176;
}
</style>