Shades of Purple #671178
Tints of Purple #671178
RGB
CMYK
RGB Variations
Color information
#671178 (or 0x671178) is known color: Purple. HEX triplet: 67, 11 and 78. RGB value is (103,17,120). Sum of RGB (Red+Green+Blue) = 103+17+120=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #671178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671178 is #98EE87. Grayscale: #363636. Windows color (decimal): -10022536 or 7868775. OLE color: 7868775.
HSL color Cylindrical-coordinate representation of color #671178: hue angle of 290.1º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671178 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 17 | 120 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.53 |
| HSL | 290.1º | 0.75% | 0.27% | - |
| HSV(B) | 290.1º | 0.86% | 0.47% | - |
| XYZ | 9.18 | 4.64 | 18.18 | - |
| YUV | 54.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 120 | 0.14 | 0.86 | 0 | 0.53 | 290.1 | 0.75 | 0.27 |
| Hex | 67 | 11 | 78 | E | 56 | 0 | 35 | 122 | 4B | 1B |
| Octal | 147 | 21 | 170 | 16 | 126 | 0 | 65 | 442 | 113 | 33 |
| Binary | 1100111 | 10001 | 1111000 | 1110 | 1010110 | 0 | 110101 | 100100010 | 1001011 | 11011 |
Color Harmonies of #671178
Complementary color
Monochromatic Colors of #671178
Black with #671178
Text Example
Text Example
White with #671178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671178; }
p { color: rgb(103,17,120); }
H1.HeaderClassName
{
color: #671178;
}
.AnyTagClassName
{
color: #671178;
}
</style>
background-color css
<style>
a { background-color: #671178; }
a { background-color: rgb(103,17,120); }
div.DivClassName
{
background-color: #671178;
}
.BgClassName
{
background-color: #671178;
}
</style>
border-color css
<style>
span { border-color: #671178; }
span { border-color: rgb(103,17,120); }
td.TdClassName
{
border-color: #671178;
}
.TagClassName
{
border-color: #671178;
}
</style>