Shades of True V #7F65BF
Tints of True V #7F65BF
RGB
CMYK
RGB Variations
Color information
#7F65BF (or 0x7F65BF) is known color: True V. HEX triplet: 7F, 65 and BF. RGB value is (127,101,191). Sum of RGB (Red+Green+Blue) = 127+101+191=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F65BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65BF is #809A40. Grayscale: #767676. Windows color (decimal): -8428097 or 12543359. OLE color: 12543359.
HSL color Cylindrical-coordinate representation of color #7F65BF: hue angle of 257.33º 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 #7F65BF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 101 | 191 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.25 |
| HSL | 257.33º | 0.41% | 0.57% | - |
| HSV(B) | 257.33º | 0.47% | 0.75% | - |
| XYZ | 22.81 | 17.58 | 51.48 | - |
| YUV | 119.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 191 | 0.34 | 0.47 | 0 | 0.25 | 257.33 | 0.41 | 0.57 |
| Hex | 7F | 65 | BF | 22 | 2F | 0 | 19 | 101 | 29 | 39 |
| Octal | 177 | 145 | 277 | 42 | 57 | 0 | 31 | 401 | 51 | 71 |
| Binary | 1111111 | 1100101 | 10111111 | 100010 | 101111 | 0 | 11001 | 100000001 | 101001 | 111001 |
Color Harmonies of #7F65BF
Complementary color
Monochromatic Colors of #7F65BF
Black with #7F65BF
Text Example
Text Example
White with #7F65BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F65BF; }
p { color: rgb(127,101,191); }
H1.HeaderClassName
{
color: #7F65BF;
}
.AnyTagClassName
{
color: #7F65BF;
}
</style>
background-color css
<style>
a { background-color: #7F65BF; }
a { background-color: rgb(127,101,191); }
div.DivClassName
{
background-color: #7F65BF;
}
.BgClassName
{
background-color: #7F65BF;
}
</style>
border-color css
<style>
span { border-color: #7F65BF; }
span { border-color: rgb(127,101,191); }
td.TdClassName
{
border-color: #7F65BF;
}
.TagClassName
{
border-color: #7F65BF;
}
</style>