Shades of True V #7F61CC
Tints of True V #7F61CC
RGB
CMYK
RGB Variations
Color information
#7F61CC (or 0x7F61CC) is known color: True V. HEX triplet: 7F, 61 and CC. RGB value is (127,97,204). Sum of RGB (Red+Green+Blue) = 127+97+204=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F61CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61CC is #809E33. Grayscale: #757575. Windows color (decimal): -8429108 or 13394303. OLE color: 13394303.
HSL color Cylindrical-coordinate representation of color #7F61CC: hue angle of 256.82º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F61CC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 97 | 204 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.2 |
| HSL | 256.82º | 0.51% | 0.59% | - |
| HSV(B) | 256.82º | 0.52% | 0.8% | - |
| XYZ | 23.93 | 17.42 | 59.23 | - |
| YUV | 118.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 204 | 0.38 | 0.52 | 0 | 0.2 | 256.82 | 0.51 | 0.59 |
| Hex | 7F | 61 | CC | 26 | 34 | 0 | 14 | 101 | 33 | 3B |
| Octal | 177 | 141 | 314 | 46 | 64 | 0 | 24 | 401 | 63 | 73 |
| Binary | 1111111 | 1100001 | 11001100 | 100110 | 110100 | 0 | 10100 | 100000001 | 110011 | 111011 |
Color Harmonies of #7F61CC
Complementary color
Monochromatic Colors of #7F61CC
Black with #7F61CC
Text Example
Text Example
White with #7F61CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F61CC; }
p { color: rgb(127,97,204); }
H1.HeaderClassName
{
color: #7F61CC;
}
.AnyTagClassName
{
color: #7F61CC;
}
</style>
background-color css
<style>
a { background-color: #7F61CC; }
a { background-color: rgb(127,97,204); }
div.DivClassName
{
background-color: #7F61CC;
}
.BgClassName
{
background-color: #7F61CC;
}
</style>
border-color css
<style>
span { border-color: #7F61CC; }
span { border-color: rgb(127,97,204); }
td.TdClassName
{
border-color: #7F61CC;
}
.TagClassName
{
border-color: #7F61CC;
}
</style>