Shades of True V #7E65BF
Tints of True V #7E65BF
RGB
CMYK
RGB Variations
Color information
#7E65BF (or 0x7E65BF) is known color: True V. HEX triplet: 7E, 65 and BF. RGB value is (126,101,191). Sum of RGB (Red+Green+Blue) = 126+101+191=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E65BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E65BF is #819A40. Grayscale: #767676. Windows color (decimal): -8493633 or 12543358. OLE color: 12543358.
HSL color Cylindrical-coordinate representation of color #7E65BF: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E65BF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 101 | 191 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.25 |
| HSL | 256.67º | 0.41% | 0.57% | - |
| HSV(B) | 256.67º | 0.47% | 0.75% | - |
| XYZ | 22.66 | 17.5 | 51.47 | - |
| YUV | 118.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 191 | 0.34 | 0.47 | 0 | 0.25 | 256.67 | 0.41 | 0.57 |
| Hex | 7E | 65 | BF | 22 | 2F | 0 | 19 | 101 | 29 | 39 |
| Octal | 176 | 145 | 277 | 42 | 57 | 0 | 31 | 401 | 51 | 71 |
| Binary | 1111110 | 1100101 | 10111111 | 100010 | 101111 | 0 | 11001 | 100000001 | 101001 | 111001 |
Color Harmonies of #7E65BF
Complementary color
Monochromatic Colors of #7E65BF
Black with #7E65BF
Text Example
Text Example
White with #7E65BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65BF; }
p { color: rgb(126,101,191); }
H1.HeaderClassName
{
color: #7E65BF;
}
.AnyTagClassName
{
color: #7E65BF;
}
</style>
background-color css
<style>
a { background-color: #7E65BF; }
a { background-color: rgb(126,101,191); }
div.DivClassName
{
background-color: #7E65BF;
}
.BgClassName
{
background-color: #7E65BF;
}
</style>
border-color css
<style>
span { border-color: #7E65BF; }
span { border-color: rgb(126,101,191); }
td.TdClassName
{
border-color: #7E65BF;
}
.TagClassName
{
border-color: #7E65BF;
}
</style>