Shades of True V #7F64C6
Tints of True V #7F64C6
RGB
CMYK
RGB Variations
Color information
#7F64C6 (or 0x7F64C6) is known color: True V. HEX triplet: 7F, 64 and C6. RGB value is (127,100,198). Sum of RGB (Red+Green+Blue) = 127+100+198=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F64C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F64C6 is #809B39. Grayscale: #767676. Windows color (decimal): -8428346 or 13001855. OLE color: 13001855.
HSL color Cylindrical-coordinate representation of color #7F64C6: hue angle of 256.53º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F64C6 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 100 | 198 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.22 |
| HSL | 256.53º | 0.46% | 0.58% | - |
| HSV(B) | 256.53º | 0.49% | 0.78% | - |
| XYZ | 23.5 | 17.7 | 55.6 | - |
| YUV | 119.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 198 | 0.36 | 0.49 | 0 | 0.22 | 256.53 | 0.46 | 0.58 |
| Hex | 7F | 64 | C6 | 24 | 31 | 0 | 16 | 101 | 2E | 3A |
| Octal | 177 | 144 | 306 | 44 | 61 | 0 | 26 | 401 | 56 | 72 |
| Binary | 1111111 | 1100100 | 11000110 | 100100 | 110001 | 0 | 10110 | 100000001 | 101110 | 111010 |
Color Harmonies of #7F64C6
Complementary color
Monochromatic Colors of #7F64C6
Black with #7F64C6
Text Example
Text Example
White with #7F64C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F64C6; }
p { color: rgb(127,100,198); }
H1.HeaderClassName
{
color: #7F64C6;
}
.AnyTagClassName
{
color: #7F64C6;
}
</style>
background-color css
<style>
a { background-color: #7F64C6; }
a { background-color: rgb(127,100,198); }
div.DivClassName
{
background-color: #7F64C6;
}
.BgClassName
{
background-color: #7F64C6;
}
</style>
border-color css
<style>
span { border-color: #7F64C6; }
span { border-color: rgb(127,100,198); }
td.TdClassName
{
border-color: #7F64C6;
}
.TagClassName
{
border-color: #7F64C6;
}
</style>