Shades of Purple #61076C
Tints of Purple #61076C
RGB
CMYK
RGB Variations
Color information
#61076C (or 0x61076C) is known color: Purple. HEX triplet: 61, 07 and 6C. RGB value is (97,7,108). Sum of RGB (Red+Green+Blue) = 97+7+108=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #61076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61076C is #9EF893. Grayscale: #2D2D2D. Windows color (decimal): -10418324 or 7079777. OLE color: 7079777.
HSL color Cylindrical-coordinate representation of color #61076C: hue angle of 293.47º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61076C is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 7 | 108 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.58 |
| HSL | 293.47º | 0.88% | 0.23% | - |
| HSV(B) | 293.47º | 0.94% | 0.42% | - |
| XYZ | 7.71 | 3.78 | 14.51 | - |
| YUV | 45.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 108 | 0.10 | 0.94 | 0 | 0.58 | 293.47 | 0.88 | 0.23 |
| Hex | 61 | 7 | 6C | A | 5E | 0 | 3A | 125 | 58 | 17 |
| Octal | 141 | 7 | 154 | 12 | 136 | 0 | 72 | 445 | 130 | 27 |
| Binary | 1100001 | 111 | 1101100 | 1010 | 1011110 | 0 | 111010 | 100100101 | 1011000 | 10111 |
Color Harmonies of #61076C
Complementary color
Monochromatic Colors of #61076C
Black with #61076C
Text Example
Text Example
White with #61076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61076C; }
p { color: rgb(97,7,108); }
H1.HeaderClassName
{
color: #61076C;
}
.AnyTagClassName
{
color: #61076C;
}
</style>
background-color css
<style>
a { background-color: #61076C; }
a { background-color: rgb(97,7,108); }
div.DivClassName
{
background-color: #61076C;
}
.BgClassName
{
background-color: #61076C;
}
</style>
border-color css
<style>
span { border-color: #61076C; }
span { border-color: rgb(97,7,108); }
td.TdClassName
{
border-color: #61076C;
}
.TagClassName
{
border-color: #61076C;
}
</style>