Shades of Purple #61036E
Tints of Purple #61036E
RGB
CMYK
RGB Variations
Color information
#61036E (or 0x61036E) is known color: Purple. HEX triplet: 61, 03 and 6E. RGB value is (97,3,110). Sum of RGB (Red+Green+Blue) = 97+3+110=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #61036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61036E is #9EFC91. Grayscale: #2A2A2A. Windows color (decimal): -10419346 or 7209825. OLE color: 7209825.
HSL color Cylindrical-coordinate representation of color #61036E: hue angle of 292.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61036E is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 3 | 110 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.57 |
| HSL | 292.71º | 0.95% | 0.22% | - |
| HSV(B) | 292.71º | 0.97% | 0.43% | - |
| XYZ | 7.78 | 3.73 | 15.06 | - |
| YUV | 43.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 110 | 0.12 | 0.97 | 0 | 0.57 | 292.71 | 0.95 | 0.22 |
| Hex | 61 | 3 | 6E | C | 61 | 0 | 39 | 125 | 5F | 16 |
| Octal | 141 | 3 | 156 | 14 | 141 | 0 | 71 | 445 | 137 | 26 |
| Binary | 1100001 | 11 | 1101110 | 1100 | 1100001 | 0 | 111001 | 100100101 | 1011111 | 10110 |
Color Harmonies of #61036E
Complementary color
Monochromatic Colors of #61036E
Black with #61036E
Text Example
Text Example
White with #61036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61036E; }
p { color: rgb(97,3,110); }
H1.HeaderClassName
{
color: #61036E;
}
.AnyTagClassName
{
color: #61036E;
}
</style>
background-color css
<style>
a { background-color: #61036E; }
a { background-color: rgb(97,3,110); }
div.DivClassName
{
background-color: #61036E;
}
.BgClassName
{
background-color: #61036E;
}
</style>
border-color css
<style>
span { border-color: #61036E; }
span { border-color: rgb(97,3,110); }
td.TdClassName
{
border-color: #61036E;
}
.TagClassName
{
border-color: #61036E;
}
</style>