Shades of True V #7E64BB
Tints of True V #7E64BB
RGB
CMYK
RGB Variations
Color information
#7E64BB (or 0x7E64BB) is known color: True V. HEX triplet: 7E, 64 and BB. RGB value is (126,100,187). Sum of RGB (Red+Green+Blue) = 126+100+187=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E64BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E64BB is #819B44. Grayscale: #757575. Windows color (decimal): -8493893 or 12280958. OLE color: 12280958.
HSL color Cylindrical-coordinate representation of color #7E64BB: hue angle of 257.93º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E64BB is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 100 | 187 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.27 |
| HSL | 257.93º | 0.39% | 0.56% | - |
| HSV(B) | 257.93º | 0.47% | 0.73% | - |
| XYZ | 22.13 | 17.14 | 49.16 | - |
| YUV | 117.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 187 | 0.33 | 0.47 | 0 | 0.27 | 257.93 | 0.39 | 0.56 |
| Hex | 7E | 64 | BB | 21 | 2F | 0 | 1B | 102 | 27 | 38 |
| Octal | 176 | 144 | 273 | 41 | 57 | 0 | 33 | 402 | 47 | 70 |
| Binary | 1111110 | 1100100 | 10111011 | 100001 | 101111 | 0 | 11011 | 100000010 | 100111 | 111000 |
Color Harmonies of #7E64BB
Complementary color
Monochromatic Colors of #7E64BB
Black with #7E64BB
Text Example
Text Example
White with #7E64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E64BB; }
p { color: rgb(126,100,187); }
H1.HeaderClassName
{
color: #7E64BB;
}
.AnyTagClassName
{
color: #7E64BB;
}
</style>
background-color css
<style>
a { background-color: #7E64BB; }
a { background-color: rgb(126,100,187); }
div.DivClassName
{
background-color: #7E64BB;
}
.BgClassName
{
background-color: #7E64BB;
}
</style>
border-color css
<style>
span { border-color: #7E64BB; }
span { border-color: rgb(126,100,187); }
td.TdClassName
{
border-color: #7E64BB;
}
.TagClassName
{
border-color: #7E64BB;
}
</style>