Shades of Purple #671077
Tints of Purple #671077
RGB
CMYK
RGB Variations
Color information
#671077 (or 0x671077) is known color: Purple. HEX triplet: 67, 10 and 77. RGB value is (103,16,119). Sum of RGB (Red+Green+Blue) = 103+16+119=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #671077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671077 is #98EF88. Grayscale: #353535. Windows color (decimal): -10022793 or 7802983. OLE color: 7802983.
HSL color Cylindrical-coordinate representation of color #671077: hue angle of 290.68º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671077 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 16 | 119 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.53 |
| HSL | 290.68º | 0.76% | 0.26% | - |
| HSV(B) | 290.68º | 0.87% | 0.47% | - |
| XYZ | 9.11 | 4.59 | 17.86 | - |
| YUV | 53.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 119 | 0.13 | 0.87 | 0 | 0.53 | 290.68 | 0.76 | 0.26 |
| Hex | 67 | 10 | 77 | D | 57 | 0 | 35 | 123 | 4C | 1A |
| Octal | 147 | 20 | 167 | 15 | 127 | 0 | 65 | 443 | 114 | 32 |
| Binary | 1100111 | 10000 | 1110111 | 1101 | 1010111 | 0 | 110101 | 100100011 | 1001100 | 11010 |
Color Harmonies of #671077
Complementary color
Monochromatic Colors of #671077
Black with #671077
Text Example
Text Example
White with #671077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671077; }
p { color: rgb(103,16,119); }
H1.HeaderClassName
{
color: #671077;
}
.AnyTagClassName
{
color: #671077;
}
</style>
background-color css
<style>
a { background-color: #671077; }
a { background-color: rgb(103,16,119); }
div.DivClassName
{
background-color: #671077;
}
.BgClassName
{
background-color: #671077;
}
</style>
border-color css
<style>
span { border-color: #671077; }
span { border-color: rgb(103,16,119); }
td.TdClassName
{
border-color: #671077;
}
.TagClassName
{
border-color: #671077;
}
</style>