Shades of True V #7D65C1
Tints of True V #7D65C1
RGB
CMYK
RGB Variations
Color information
#7D65C1 (or 0x7D65C1) is known color: True V. HEX triplet: 7D, 65 and C1. RGB value is (125,101,193). Sum of RGB (Red+Green+Blue) = 125+101+193=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D65C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D65C1 is #829A3E. Grayscale: #767676. Windows color (decimal): -8559167 or 12674429. OLE color: 12674429.
HSL color Cylindrical-coordinate representation of color #7D65C1: hue angle of 255.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D65C1 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 101 | 193 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.24 |
| HSL | 255.65º | 0.43% | 0.58% | - |
| HSV(B) | 255.65º | 0.48% | 0.76% | - |
| XYZ | 22.74 | 17.52 | 52.63 | - |
| YUV | 118.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 193 | 0.35 | 0.48 | 0 | 0.24 | 255.65 | 0.43 | 0.58 |
| Hex | 7D | 65 | C1 | 23 | 30 | 0 | 18 | 100 | 2B | 3A |
| Octal | 175 | 145 | 301 | 43 | 60 | 0 | 30 | 400 | 53 | 72 |
| Binary | 1111101 | 1100101 | 11000001 | 100011 | 110000 | 0 | 11000 | 100000000 | 101011 | 111010 |
Color Harmonies of #7D65C1
Complementary color
Monochromatic Colors of #7D65C1
Black with #7D65C1
Text Example
Text Example
White with #7D65C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D65C1; }
p { color: rgb(125,101,193); }
H1.HeaderClassName
{
color: #7D65C1;
}
.AnyTagClassName
{
color: #7D65C1;
}
</style>
background-color css
<style>
a { background-color: #7D65C1; }
a { background-color: rgb(125,101,193); }
div.DivClassName
{
background-color: #7D65C1;
}
.BgClassName
{
background-color: #7D65C1;
}
</style>
border-color css
<style>
span { border-color: #7D65C1; }
span { border-color: rgb(125,101,193); }
td.TdClassName
{
border-color: #7D65C1;
}
.TagClassName
{
border-color: #7D65C1;
}
</style>