Shades of True V #7F63BC
Tints of True V #7F63BC
RGB
CMYK
RGB Variations
Color information
#7F63BC (or 0x7F63BC) is known color: True V. HEX triplet: 7F, 63 and BC. RGB value is (127,99,188). Sum of RGB (Red+Green+Blue) = 127+99+188=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F63BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F63BC is #809C43. Grayscale: #757575. Windows color (decimal): -8428612 or 12346239. OLE color: 12346239.
HSL color Cylindrical-coordinate representation of color #7F63BC: hue angle of 258.88º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F63BC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 99 | 188 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.26 |
| HSL | 258.88º | 0.4% | 0.56% | - |
| HSV(B) | 258.88º | 0.47% | 0.74% | - |
| XYZ | 22.29 | 17.07 | 49.7 | - |
| YUV | 117.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 188 | 0.32 | 0.47 | 0 | 0.26 | 258.88 | 0.4 | 0.56 |
| Hex | 7F | 63 | BC | 20 | 2F | 0 | 1A | 103 | 28 | 38 |
| Octal | 177 | 143 | 274 | 40 | 57 | 0 | 32 | 403 | 50 | 70 |
| Binary | 1111111 | 1100011 | 10111100 | 100000 | 101111 | 0 | 11010 | 100000011 | 101000 | 111000 |
Color Harmonies of #7F63BC
Complementary color
Monochromatic Colors of #7F63BC
Black with #7F63BC
Text Example
Text Example
White with #7F63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F63BC; }
p { color: rgb(127,99,188); }
H1.HeaderClassName
{
color: #7F63BC;
}
.AnyTagClassName
{
color: #7F63BC;
}
</style>
background-color css
<style>
a { background-color: #7F63BC; }
a { background-color: rgb(127,99,188); }
div.DivClassName
{
background-color: #7F63BC;
}
.BgClassName
{
background-color: #7F63BC;
}
</style>
border-color css
<style>
span { border-color: #7F63BC; }
span { border-color: rgb(127,99,188); }
td.TdClassName
{
border-color: #7F63BC;
}
.TagClassName
{
border-color: #7F63BC;
}
</style>