Shades of True V #7D62BE
Tints of True V #7D62BE
RGB
CMYK
RGB Variations
Color information
#7D62BE (or 0x7D62BE) is known color: True V. HEX triplet: 7D, 62 and BE. RGB value is (125,98,190). Sum of RGB (Red+Green+Blue) = 125+98+190=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D62BE is #829D41. Grayscale: #747474. Windows color (decimal): -8559938 or 12477053. OLE color: 12477053.
HSL color Cylindrical-coordinate representation of color #7D62BE: hue angle of 257.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D62BE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 98 | 190 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.25 |
| HSL | 257.61º | 0.41% | 0.56% | - |
| HSV(B) | 257.61º | 0.48% | 0.75% | - |
| XYZ | 22.12 | 16.81 | 50.79 | - |
| YUV | 116.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 190 | 0.34 | 0.48 | 0 | 0.25 | 257.61 | 0.41 | 0.56 |
| Hex | 7D | 62 | BE | 22 | 30 | 0 | 19 | 102 | 29 | 38 |
| Octal | 175 | 142 | 276 | 42 | 60 | 0 | 31 | 402 | 51 | 70 |
| Binary | 1111101 | 1100010 | 10111110 | 100010 | 110000 | 0 | 11001 | 100000010 | 101001 | 111000 |
Color Harmonies of #7D62BE
Complementary color
Monochromatic Colors of #7D62BE
Black with #7D62BE
Text Example
Text Example
White with #7D62BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D62BE; }
p { color: rgb(125,98,190); }
H1.HeaderClassName
{
color: #7D62BE;
}
.AnyTagClassName
{
color: #7D62BE;
}
</style>
background-color css
<style>
a { background-color: #7D62BE; }
a { background-color: rgb(125,98,190); }
div.DivClassName
{
background-color: #7D62BE;
}
.BgClassName
{
background-color: #7D62BE;
}
</style>
border-color css
<style>
span { border-color: #7D62BE; }
span { border-color: rgb(125,98,190); }
td.TdClassName
{
border-color: #7D62BE;
}
.TagClassName
{
border-color: #7D62BE;
}
</style>