Shades of True V #7F61C0
Tints of True V #7F61C0
RGB
CMYK
RGB Variations
Color information
#7F61C0 (or 0x7F61C0) is known color: True V. HEX triplet: 7F, 61 and C0. RGB value is (127,97,192). Sum of RGB (Red+Green+Blue) = 127+97+192=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F61C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61C0 is #809E3F. Grayscale: #747474. Windows color (decimal): -8429120 or 12607871. OLE color: 12607871.
HSL color Cylindrical-coordinate representation of color #7F61C0: hue angle of 258.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F61C0 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 97 | 192 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.25 |
| HSL | 258.95º | 0.43% | 0.57% | - |
| HSV(B) | 258.95º | 0.49% | 0.75% | - |
| XYZ | 22.54 | 16.87 | 51.94 | - |
| YUV | 116.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 192 | 0.34 | 0.49 | 0 | 0.25 | 258.95 | 0.43 | 0.57 |
| Hex | 7F | 61 | C0 | 22 | 31 | 0 | 19 | 103 | 2B | 39 |
| Octal | 177 | 141 | 300 | 42 | 61 | 0 | 31 | 403 | 53 | 71 |
| Binary | 1111111 | 1100001 | 11000000 | 100010 | 110001 | 0 | 11001 | 100000011 | 101011 | 111001 |
Color Harmonies of #7F61C0
Complementary color
Monochromatic Colors of #7F61C0
Black with #7F61C0
Text Example
Text Example
White with #7F61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F61C0; }
p { color: rgb(127,97,192); }
H1.HeaderClassName
{
color: #7F61C0;
}
.AnyTagClassName
{
color: #7F61C0;
}
</style>
background-color css
<style>
a { background-color: #7F61C0; }
a { background-color: rgb(127,97,192); }
div.DivClassName
{
background-color: #7F61C0;
}
.BgClassName
{
background-color: #7F61C0;
}
</style>
border-color css
<style>
span { border-color: #7F61C0; }
span { border-color: rgb(127,97,192); }
td.TdClassName
{
border-color: #7F61C0;
}
.TagClassName
{
border-color: #7F61C0;
}
</style>