Shades of True V #7D60C2
Tints of True V #7D60C2
RGB
CMYK
RGB Variations
Color information
#7D60C2 (or 0x7D60C2) is known color: True V. HEX triplet: 7D, 60 and C2. RGB value is (125,96,194). Sum of RGB (Red+Green+Blue) = 125+96+194=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #7D60C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D60C2 is #829F3D. Grayscale: #737373. Windows color (decimal): -8560446 or 12738685. OLE color: 12738685.
HSL color Cylindrical-coordinate representation of color #7D60C2: hue angle of 257.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D60C2 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 96 | 194 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.24 |
| HSL | 257.76º | 0.45% | 0.57% | - |
| HSV(B) | 257.76º | 0.51% | 0.76% | - |
| XYZ | 22.38 | 16.62 | 53.07 | - |
| YUV | 115.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 194 | 0.36 | 0.51 | 0 | 0.24 | 257.76 | 0.45 | 0.57 |
| Hex | 7D | 60 | C2 | 24 | 33 | 0 | 18 | 102 | 2D | 39 |
| Octal | 175 | 140 | 302 | 44 | 63 | 0 | 30 | 402 | 55 | 71 |
| Binary | 1111101 | 1100000 | 11000010 | 100100 | 110011 | 0 | 11000 | 100000010 | 101101 | 111001 |
Color Harmonies of #7D60C2
Complementary color
Monochromatic Colors of #7D60C2
Black with #7D60C2
Text Example
Text Example
White with #7D60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D60C2; }
p { color: rgb(125,96,194); }
H1.HeaderClassName
{
color: #7D60C2;
}
.AnyTagClassName
{
color: #7D60C2;
}
</style>
background-color css
<style>
a { background-color: #7D60C2; }
a { background-color: rgb(125,96,194); }
div.DivClassName
{
background-color: #7D60C2;
}
.BgClassName
{
background-color: #7D60C2;
}
</style>
border-color css
<style>
span { border-color: #7D60C2; }
span { border-color: rgb(125,96,194); }
td.TdClassName
{
border-color: #7D60C2;
}
.TagClassName
{
border-color: #7D60C2;
}
</style>