Shades of Purple #61016B
Tints of Purple #61016B
RGB
CMYK
RGB Variations
Color information
#61016B (or 0x61016B) is known color: Purple. HEX triplet: 61, 01 and 6B. RGB value is (97,1,107). Sum of RGB (Red+Green+Blue) = 97+1+107=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #61016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61016B is #9EFE94. Grayscale: #292929. Windows color (decimal): -10419861 or 7012705. OLE color: 7012705.
HSL color Cylindrical-coordinate representation of color #61016B: hue angle of 294.34º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61016B is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 1 | 107 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.58 |
| HSL | 294.34º | 0.98% | 0.21% | - |
| HSV(B) | 294.34º | 0.99% | 0.42% | - |
| XYZ | 7.59 | 3.62 | 14.21 | - |
| YUV | 41.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 107 | 0.09 | 0.99 | 0 | 0.58 | 294.34 | 0.98 | 0.21 |
| Hex | 61 | 1 | 6B | 9 | 63 | 0 | 3A | 126 | 62 | 15 |
| Octal | 141 | 1 | 153 | 11 | 143 | 0 | 72 | 446 | 142 | 25 |
| Binary | 1100001 | 1 | 1101011 | 1001 | 1100011 | 0 | 111010 | 100100110 | 1100010 | 10101 |
Color Harmonies of #61016B
Complementary color
Monochromatic Colors of #61016B
Black with #61016B
Text Example
Text Example
White with #61016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61016B; }
p { color: rgb(97,1,107); }
H1.HeaderClassName
{
color: #61016B;
}
.AnyTagClassName
{
color: #61016B;
}
</style>
background-color css
<style>
a { background-color: #61016B; }
a { background-color: rgb(97,1,107); }
div.DivClassName
{
background-color: #61016B;
}
.BgClassName
{
background-color: #61016B;
}
</style>
border-color css
<style>
span { border-color: #61016B; }
span { border-color: rgb(97,1,107); }
td.TdClassName
{
border-color: #61016B;
}
.TagClassName
{
border-color: #61016B;
}
</style>