Shades of True V #7F68C1
Tints of True V #7F68C1
RGB
CMYK
RGB Variations
Color information
#7F68C1 (or 0x7F68C1) is known color: True V. HEX triplet: 7F, 68 and C1. RGB value is (127,104,193). Sum of RGB (Red+Green+Blue) = 127+104+193=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F68C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F68C1 is #80973E. Grayscale: #787878. Windows color (decimal): -8427327 or 12675199. OLE color: 12675199.
HSL color Cylindrical-coordinate representation of color #7F68C1: hue angle of 255.51º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F68C1 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 104 | 193 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.24 |
| HSL | 255.51º | 0.42% | 0.58% | - |
| HSV(B) | 255.51º | 0.46% | 0.76% | - |
| XYZ | 23.33 | 18.26 | 52.75 | - |
| YUV | 121.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 193 | 0.34 | 0.46 | 0 | 0.24 | 255.51 | 0.42 | 0.58 |
| Hex | 7F | 68 | C1 | 22 | 2E | 0 | 18 | 100 | 2A | 3A |
| Octal | 177 | 150 | 301 | 42 | 56 | 0 | 30 | 400 | 52 | 72 |
| Binary | 1111111 | 1101000 | 11000001 | 100010 | 101110 | 0 | 11000 | 100000000 | 101010 | 111010 |
Color Harmonies of #7F68C1
Complementary color
Monochromatic Colors of #7F68C1
Black with #7F68C1
Text Example
Text Example
White with #7F68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F68C1; }
p { color: rgb(127,104,193); }
H1.HeaderClassName
{
color: #7F68C1;
}
.AnyTagClassName
{
color: #7F68C1;
}
</style>
background-color css
<style>
a { background-color: #7F68C1; }
a { background-color: rgb(127,104,193); }
div.DivClassName
{
background-color: #7F68C1;
}
.BgClassName
{
background-color: #7F68C1;
}
</style>
border-color css
<style>
span { border-color: #7F68C1; }
span { border-color: rgb(127,104,193); }
td.TdClassName
{
border-color: #7F68C1;
}
.TagClassName
{
border-color: #7F68C1;
}
</style>