Shades of True V #7F63D2
Tints of True V #7F63D2
RGB
CMYK
RGB Variations
Color information
#7F63D2 (or 0x7F63D2) is known color: True V. HEX triplet: 7F, 63 and D2. RGB value is (127,99,210). Sum of RGB (Red+Green+Blue) = 127+99+210=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #7F63D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F63D2 is #809C2D. Grayscale: #777777. Windows color (decimal): -8428590 or 13788031. OLE color: 13788031.
HSL color Cylindrical-coordinate representation of color #7F63D2: hue angle of 255.14º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F63D2 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 99 | 210 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.18 |
| HSL | 255.14º | 0.55% | 0.61% | - |
| HSV(B) | 255.14º | 0.53% | 0.82% | - |
| XYZ | 24.85 | 18.09 | 63.15 | - |
| YUV | 120.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 210 | 0.40 | 0.53 | 0 | 0.18 | 255.14 | 0.55 | 0.61 |
| Hex | 7F | 63 | D2 | 28 | 35 | 0 | 12 | FF | 37 | 3D |
| Octal | 177 | 143 | 322 | 50 | 65 | 0 | 22 | 377 | 67 | 75 |
| Binary | 1111111 | 1100011 | 11010010 | 101000 | 110101 | 0 | 10010 | 11111111 | 110111 | 111101 |
Color Harmonies of #7F63D2
Complementary color
Monochromatic Colors of #7F63D2
Black with #7F63D2
Text Example
Text Example
White with #7F63D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F63D2; }
p { color: rgb(127,99,210); }
H1.HeaderClassName
{
color: #7F63D2;
}
.AnyTagClassName
{
color: #7F63D2;
}
</style>
background-color css
<style>
a { background-color: #7F63D2; }
a { background-color: rgb(127,99,210); }
div.DivClassName
{
background-color: #7F63D2;
}
.BgClassName
{
background-color: #7F63D2;
}
</style>
border-color css
<style>
span { border-color: #7F63D2; }
span { border-color: rgb(127,99,210); }
td.TdClassName
{
border-color: #7F63D2;
}
.TagClassName
{
border-color: #7F63D2;
}
</style>