Shades of True V #7E63C3
Tints of True V #7E63C3
RGB
CMYK
RGB Variations
Color information
#7E63C3 (or 0x7E63C3) is known color: True V. HEX triplet: 7E, 63 and C3. RGB value is (126,99,195). Sum of RGB (Red+Green+Blue) = 126+99+195=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #7E63C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63C3 is #819C3C. Grayscale: #757575. Windows color (decimal): -8494141 or 12804990. OLE color: 12804990.
HSL color Cylindrical-coordinate representation of color #7E63C3: hue angle of 256.88º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E63C3 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 99 | 195 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.24 |
| HSL | 256.88º | 0.44% | 0.58% | - |
| HSV(B) | 256.88º | 0.49% | 0.76% | - |
| XYZ | 22.92 | 17.3 | 53.76 | - |
| YUV | 118.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 195 | 0.35 | 0.49 | 0 | 0.24 | 256.88 | 0.44 | 0.58 |
| Hex | 7E | 63 | C3 | 23 | 31 | 0 | 18 | 101 | 2C | 3A |
| Octal | 176 | 143 | 303 | 43 | 61 | 0 | 30 | 401 | 54 | 72 |
| Binary | 1111110 | 1100011 | 11000011 | 100011 | 110001 | 0 | 11000 | 100000001 | 101100 | 111010 |
Color Harmonies of #7E63C3
Complementary color
Monochromatic Colors of #7E63C3
Black with #7E63C3
Text Example
Text Example
White with #7E63C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E63C3; }
p { color: rgb(126,99,195); }
H1.HeaderClassName
{
color: #7E63C3;
}
.AnyTagClassName
{
color: #7E63C3;
}
</style>
background-color css
<style>
a { background-color: #7E63C3; }
a { background-color: rgb(126,99,195); }
div.DivClassName
{
background-color: #7E63C3;
}
.BgClassName
{
background-color: #7E63C3;
}
</style>
border-color css
<style>
span { border-color: #7E63C3; }
span { border-color: rgb(126,99,195); }
td.TdClassName
{
border-color: #7E63C3;
}
.TagClassName
{
border-color: #7E63C3;
}
</style>