Shades of True V #7D63BE
Tints of True V #7D63BE
RGB
CMYK
RGB Variations
Color information
#7D63BE (or 0x7D63BE) is known color: True V. HEX triplet: 7D, 63 and BE. RGB value is (125,99,190). Sum of RGB (Red+Green+Blue) = 125+99+190=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D63BE is #829C41. Grayscale: #747474. Windows color (decimal): -8559682 or 12477309. OLE color: 12477309.
HSL color Cylindrical-coordinate representation of color #7D63BE: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D63BE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 99 | 190 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.25 |
| HSL | 257.14º | 0.41% | 0.57% | - |
| HSV(B) | 257.14º | 0.48% | 0.75% | - |
| XYZ | 22.21 | 17 | 50.83 | - |
| YUV | 117.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 190 | 0.34 | 0.48 | 0 | 0.25 | 257.14 | 0.41 | 0.57 |
| Hex | 7D | 63 | BE | 22 | 30 | 0 | 19 | 101 | 29 | 39 |
| Octal | 175 | 143 | 276 | 42 | 60 | 0 | 31 | 401 | 51 | 71 |
| Binary | 1111101 | 1100011 | 10111110 | 100010 | 110000 | 0 | 11001 | 100000001 | 101001 | 111001 |
Color Harmonies of #7D63BE
Complementary color
Monochromatic Colors of #7D63BE
Black with #7D63BE
Text Example
Text Example
White with #7D63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D63BE; }
p { color: rgb(125,99,190); }
H1.HeaderClassName
{
color: #7D63BE;
}
.AnyTagClassName
{
color: #7D63BE;
}
</style>
background-color css
<style>
a { background-color: #7D63BE; }
a { background-color: rgb(125,99,190); }
div.DivClassName
{
background-color: #7D63BE;
}
.BgClassName
{
background-color: #7D63BE;
}
</style>
border-color css
<style>
span { border-color: #7D63BE; }
span { border-color: rgb(125,99,190); }
td.TdClassName
{
border-color: #7D63BE;
}
.TagClassName
{
border-color: #7D63BE;
}
</style>