Shades of True V #7E61BD
Tints of True V #7E61BD
RGB
CMYK
RGB Variations
Color information
#7E61BD (or 0x7E61BD) is known color: True V. HEX triplet: 7E, 61 and BD. RGB value is (126,97,189). Sum of RGB (Red+Green+Blue) = 126+97+189=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E61BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E61BD is #819E42. Grayscale: #737373. Windows color (decimal): -8494659 or 12411262. OLE color: 12411262.
HSL color Cylindrical-coordinate representation of color #7E61BD: hue angle of 258.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E61BD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 97 | 189 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.26 |
| HSL | 258.91º | 0.41% | 0.56% | - |
| HSV(B) | 258.91º | 0.49% | 0.74% | - |
| XYZ | 22.06 | 16.66 | 50.2 | - |
| YUV | 116.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 189 | 0.33 | 0.49 | 0 | 0.26 | 258.91 | 0.41 | 0.56 |
| Hex | 7E | 61 | BD | 21 | 31 | 0 | 1A | 103 | 29 | 38 |
| Octal | 176 | 141 | 275 | 41 | 61 | 0 | 32 | 403 | 51 | 70 |
| Binary | 1111110 | 1100001 | 10111101 | 100001 | 110001 | 0 | 11010 | 100000011 | 101001 | 111000 |
Color Harmonies of #7E61BD
Complementary color
Monochromatic Colors of #7E61BD
Black with #7E61BD
Text Example
Text Example
White with #7E61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E61BD; }
p { color: rgb(126,97,189); }
H1.HeaderClassName
{
color: #7E61BD;
}
.AnyTagClassName
{
color: #7E61BD;
}
</style>
background-color css
<style>
a { background-color: #7E61BD; }
a { background-color: rgb(126,97,189); }
div.DivClassName
{
background-color: #7E61BD;
}
.BgClassName
{
background-color: #7E61BD;
}
</style>
border-color css
<style>
span { border-color: #7E61BD; }
span { border-color: rgb(126,97,189); }
td.TdClassName
{
border-color: #7E61BD;
}
.TagClassName
{
border-color: #7E61BD;
}
</style>