Shades of True V #7F63CE
Tints of True V #7F63CE
RGB
CMYK
RGB Variations
Color information
#7F63CE (or 0x7F63CE) is known color: True V. HEX triplet: 7F, 63 and CE. RGB value is (127,99,206). Sum of RGB (Red+Green+Blue) = 127+99+206=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F63CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F63CE is #809C31. Grayscale: #777777. Windows color (decimal): -8428594 or 13525887. OLE color: 13525887.
HSL color Cylindrical-coordinate representation of color #7F63CE: hue angle of 255.7º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F63CE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 99 | 206 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.19 |
| HSL | 255.7º | 0.52% | 0.6% | - |
| HSV(B) | 255.7º | 0.52% | 0.81% | - |
| XYZ | 24.35 | 17.89 | 60.56 | - |
| YUV | 119.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 206 | 0.38 | 0.52 | 0 | 0.19 | 255.7 | 0.52 | 0.6 |
| Hex | 7F | 63 | CE | 26 | 34 | 0 | 13 | 100 | 34 | 3C |
| Octal | 177 | 143 | 316 | 46 | 64 | 0 | 23 | 400 | 64 | 74 |
| Binary | 1111111 | 1100011 | 11001110 | 100110 | 110100 | 0 | 10011 | 100000000 | 110100 | 111100 |
Color Harmonies of #7F63CE
Complementary color
Monochromatic Colors of #7F63CE
Black with #7F63CE
Text Example
Text Example
White with #7F63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F63CE; }
p { color: rgb(127,99,206); }
H1.HeaderClassName
{
color: #7F63CE;
}
.AnyTagClassName
{
color: #7F63CE;
}
</style>
background-color css
<style>
a { background-color: #7F63CE; }
a { background-color: rgb(127,99,206); }
div.DivClassName
{
background-color: #7F63CE;
}
.BgClassName
{
background-color: #7F63CE;
}
</style>
border-color css
<style>
span { border-color: #7F63CE; }
span { border-color: rgb(127,99,206); }
td.TdClassName
{
border-color: #7F63CE;
}
.TagClassName
{
border-color: #7F63CE;
}
</style>