Shades of Purple #61076B
Tints of Purple #61076B
RGB
CMYK
RGB Variations
Color information
#61076B (or 0x61076B) is known color: Purple. HEX triplet: 61, 07 and 6B. RGB value is (97,7,107). Sum of RGB (Red+Green+Blue) = 97+7+107=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #61076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61076B is #9EF894. Grayscale: #2D2D2D. Windows color (decimal): -10418325 or 7014241. OLE color: 7014241.
HSL color Cylindrical-coordinate representation of color #61076B: hue angle of 294º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61076B is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 7 | 107 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.58 |
| HSL | 294º | 0.88% | 0.22% | - |
| HSV(B) | 294º | 0.93% | 0.42% | - |
| XYZ | 7.66 | 3.75 | 14.23 | - |
| YUV | 45.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 107 | 0.09 | 0.93 | 0 | 0.58 | 294 | 0.88 | 0.22 |
| Hex | 61 | 7 | 6B | 9 | 5D | 0 | 3A | 126 | 58 | 16 |
| Octal | 141 | 7 | 153 | 11 | 135 | 0 | 72 | 446 | 130 | 26 |
| Binary | 1100001 | 111 | 1101011 | 1001 | 1011101 | 0 | 111010 | 100100110 | 1011000 | 10110 |
Color Harmonies of #61076B
Complementary color
Monochromatic Colors of #61076B
Black with #61076B
Text Example
Text Example
White with #61076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61076B; }
p { color: rgb(97,7,107); }
H1.HeaderClassName
{
color: #61076B;
}
.AnyTagClassName
{
color: #61076B;
}
</style>
background-color css
<style>
a { background-color: #61076B; }
a { background-color: rgb(97,7,107); }
div.DivClassName
{
background-color: #61076B;
}
.BgClassName
{
background-color: #61076B;
}
</style>
border-color css
<style>
span { border-color: #61076B; }
span { border-color: rgb(97,7,107); }
td.TdClassName
{
border-color: #61076B;
}
.TagClassName
{
border-color: #61076B;
}
</style>