Shades of Purple #61066F
Tints of Purple #61066F
RGB
CMYK
RGB Variations
Color information
#61066F (or 0x61066F) is known color: Purple. HEX triplet: 61, 06 and 6F. RGB value is (97,6,111). Sum of RGB (Red+Green+Blue) = 97+6+111=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #61066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61066F is #9EF990. Grayscale: #2C2C2C. Windows color (decimal): -10418577 or 7276129. OLE color: 7276129.
HSL color Cylindrical-coordinate representation of color #61066F: hue angle of 292º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61066F is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 6 | 111 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.56 |
| HSL | 292º | 0.9% | 0.23% | - |
| HSV(B) | 292º | 0.95% | 0.44% | - |
| XYZ | 7.86 | 3.82 | 15.36 | - |
| YUV | 45.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 111 | 0.13 | 0.95 | 0 | 0.56 | 292 | 0.9 | 0.23 |
| Hex | 61 | 6 | 6F | D | 5F | 0 | 38 | 124 | 5A | 17 |
| Octal | 141 | 6 | 157 | 15 | 137 | 0 | 70 | 444 | 132 | 27 |
| Binary | 1100001 | 110 | 1101111 | 1101 | 1011111 | 0 | 111000 | 100100100 | 1011010 | 10111 |
Color Harmonies of #61066F
Complementary color
Monochromatic Colors of #61066F
Black with #61066F
Text Example
Text Example
White with #61066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61066F; }
p { color: rgb(97,6,111); }
H1.HeaderClassName
{
color: #61066F;
}
.AnyTagClassName
{
color: #61066F;
}
</style>
background-color css
<style>
a { background-color: #61066F; }
a { background-color: rgb(97,6,111); }
div.DivClassName
{
background-color: #61066F;
}
.BgClassName
{
background-color: #61066F;
}
</style>
border-color css
<style>
span { border-color: #61066F; }
span { border-color: rgb(97,6,111); }
td.TdClassName
{
border-color: #61066F;
}
.TagClassName
{
border-color: #61066F;
}
</style>