Shades of True V #7F67C1
Tints of True V #7F67C1
RGB
CMYK
RGB Variations
Color information
#7F67C1 (or 0x7F67C1) is known color: True V. HEX triplet: 7F, 67 and C1. RGB value is (127,103,193). Sum of RGB (Red+Green+Blue) = 127+103+193=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F67C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67C1 is #80983E. Grayscale: #787878. Windows color (decimal): -8427583 or 12674943. OLE color: 12674943.
HSL color Cylindrical-coordinate representation of color #7F67C1: hue angle of 256º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F67C1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 103 | 193 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.24 |
| HSL | 256º | 0.42% | 0.58% | - |
| HSV(B) | 256º | 0.47% | 0.76% | - |
| XYZ | 23.23 | 18.06 | 52.71 | - |
| YUV | 120.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 193 | 0.34 | 0.47 | 0 | 0.24 | 256 | 0.42 | 0.58 |
| Hex | 7F | 67 | C1 | 22 | 2F | 0 | 18 | 100 | 2A | 3A |
| Octal | 177 | 147 | 301 | 42 | 57 | 0 | 30 | 400 | 52 | 72 |
| Binary | 1111111 | 1100111 | 11000001 | 100010 | 101111 | 0 | 11000 | 100000000 | 101010 | 111010 |
Color Harmonies of #7F67C1
Complementary color
Monochromatic Colors of #7F67C1
Black with #7F67C1
Text Example
Text Example
White with #7F67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F67C1; }
p { color: rgb(127,103,193); }
H1.HeaderClassName
{
color: #7F67C1;
}
.AnyTagClassName
{
color: #7F67C1;
}
</style>
background-color css
<style>
a { background-color: #7F67C1; }
a { background-color: rgb(127,103,193); }
div.DivClassName
{
background-color: #7F67C1;
}
.BgClassName
{
background-color: #7F67C1;
}
</style>
border-color css
<style>
span { border-color: #7F67C1; }
span { border-color: rgb(127,103,193); }
td.TdClassName
{
border-color: #7F67C1;
}
.TagClassName
{
border-color: #7F67C1;
}
</style>