Shades of Purple #61026C
Tints of Purple #61026C
RGB
CMYK
RGB Variations
Color information
#61026C (or 0x61026C) is known color: Purple. HEX triplet: 61, 02 and 6C. RGB value is (97,2,108). Sum of RGB (Red+Green+Blue) = 97+2+108=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #61026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61026C is #9EFD93. Grayscale: #2A2A2A. Windows color (decimal): -10419604 or 7078497. OLE color: 7078497.
HSL color Cylindrical-coordinate representation of color #61026C: hue angle of 293.77º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61026C is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 2 | 108 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.58 |
| HSL | 293.77º | 0.96% | 0.22% | - |
| HSV(B) | 293.77º | 0.98% | 0.42% | - |
| XYZ | 7.66 | 3.67 | 14.49 | - |
| YUV | 42.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 108 | 0.10 | 0.98 | 0 | 0.58 | 293.77 | 0.96 | 0.22 |
| Hex | 61 | 2 | 6C | A | 62 | 0 | 3A | 126 | 60 | 16 |
| Octal | 141 | 2 | 154 | 12 | 142 | 0 | 72 | 446 | 140 | 26 |
| Binary | 1100001 | 10 | 1101100 | 1010 | 1100010 | 0 | 111010 | 100100110 | 1100000 | 10110 |
Color Harmonies of #61026C
Complementary color
Monochromatic Colors of #61026C
Black with #61026C
Text Example
Text Example
White with #61026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61026C; }
p { color: rgb(97,2,108); }
H1.HeaderClassName
{
color: #61026C;
}
.AnyTagClassName
{
color: #61026C;
}
</style>
background-color css
<style>
a { background-color: #61026C; }
a { background-color: rgb(97,2,108); }
div.DivClassName
{
background-color: #61026C;
}
.BgClassName
{
background-color: #61026C;
}
</style>
border-color css
<style>
span { border-color: #61026C; }
span { border-color: rgb(97,2,108); }
td.TdClassName
{
border-color: #61026C;
}
.TagClassName
{
border-color: #61026C;
}
</style>