Shades of Medium Purple #7F63D6
Tints of Medium Purple #7F63D6
RGB
CMYK
RGB Variations
Color information
#7F63D6 (or 0x7F63D6) is known color: Medium Purple. HEX triplet: 7F, 63 and D6. RGB value is (127,99,214). Sum of RGB (Red+Green+Blue) = 127+99+214=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F63D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F63D6 is #809C29. Grayscale: #787878. Windows color (decimal): -8428586 or 14050175. OLE color: 14050175.
HSL color Cylindrical-coordinate representation of color #7F63D6: hue angle of 254.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F63D6 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 99 | 214 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.16 |
| HSL | 254.61º | 0.58% | 0.61% | - |
| HSV(B) | 254.61º | 0.54% | 0.84% | - |
| XYZ | 25.35 | 18.29 | 65.81 | - |
| YUV | 120.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 214 | 0.41 | 0.54 | 0 | 0.16 | 254.61 | 0.58 | 0.61 |
| Hex | 7F | 63 | D6 | 29 | 36 | 0 | 10 | FF | 3A | 3D |
| Octal | 177 | 143 | 326 | 51 | 66 | 0 | 20 | 377 | 72 | 75 |
| Binary | 1111111 | 1100011 | 11010110 | 101001 | 110110 | 0 | 10000 | 11111111 | 111010 | 111101 |
Color Harmonies of #7F63D6
Complementary color
Monochromatic Colors of #7F63D6
Black with #7F63D6
Text Example
Text Example
White with #7F63D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F63D6; }
p { color: rgb(127,99,214); }
H1.HeaderClassName
{
color: #7F63D6;
}
.AnyTagClassName
{
color: #7F63D6;
}
</style>
background-color css
<style>
a { background-color: #7F63D6; }
a { background-color: rgb(127,99,214); }
div.DivClassName
{
background-color: #7F63D6;
}
.BgClassName
{
background-color: #7F63D6;
}
</style>
border-color css
<style>
span { border-color: #7F63D6; }
span { border-color: rgb(127,99,214); }
td.TdClassName
{
border-color: #7F63D6;
}
.TagClassName
{
border-color: #7F63D6;
}
</style>