Shades of Purple #61026B
Tints of Purple #61026B
RGB
CMYK
RGB Variations
Color information
#61026B (or 0x61026B) is known color: Purple. HEX triplet: 61, 02 and 6B. RGB value is (97,2,107). Sum of RGB (Red+Green+Blue) = 97+2+107=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #61026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61026B is #9EFD94. Grayscale: #2A2A2A. Windows color (decimal): -10419605 or 7012961. OLE color: 7012961.
HSL color Cylindrical-coordinate representation of color #61026B: hue angle of 294.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61026B is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 2 | 107 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.58 |
| HSL | 294.29º | 0.96% | 0.21% | - |
| HSV(B) | 294.29º | 0.98% | 0.42% | - |
| XYZ | 7.61 | 3.65 | 14.21 | - |
| YUV | 42.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 107 | 0.09 | 0.98 | 0 | 0.58 | 294.29 | 0.96 | 0.21 |
| Hex | 61 | 2 | 6B | 9 | 62 | 0 | 3A | 126 | 60 | 15 |
| Octal | 141 | 2 | 153 | 11 | 142 | 0 | 72 | 446 | 140 | 25 |
| Binary | 1100001 | 10 | 1101011 | 1001 | 1100010 | 0 | 111010 | 100100110 | 1100000 | 10101 |
Color Harmonies of #61026B
Complementary color
Monochromatic Colors of #61026B
Black with #61026B
Text Example
Text Example
White with #61026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61026B; }
p { color: rgb(97,2,107); }
H1.HeaderClassName
{
color: #61026B;
}
.AnyTagClassName
{
color: #61026B;
}
</style>
background-color css
<style>
a { background-color: #61026B; }
a { background-color: rgb(97,2,107); }
div.DivClassName
{
background-color: #61026B;
}
.BgClassName
{
background-color: #61026B;
}
</style>
border-color css
<style>
span { border-color: #61026B; }
span { border-color: rgb(97,2,107); }
td.TdClassName
{
border-color: #61026B;
}
.TagClassName
{
border-color: #61026B;
}
</style>