Shades of True V #7F61CB
Tints of True V #7F61CB
RGB
CMYK
RGB Variations
Color information
#7F61CB (or 0x7F61CB) is known color: True V. HEX triplet: 7F, 61 and CB. RGB value is (127,97,203). Sum of RGB (Red+Green+Blue) = 127+97+203=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61CB is #809E34. Grayscale: #757575. Windows color (decimal): -8429109 or 13328767. OLE color: 13328767.
HSL color Cylindrical-coordinate representation of color #7F61CB: hue angle of 256.98º degrees, saturation: 0.5, 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 #7F61CB is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 97 | 203 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.20 |
| HSL | 256.98º | 0.5% | 0.59% | - |
| HSV(B) | 256.98º | 0.52% | 0.8% | - |
| XYZ | 23.81 | 17.37 | 58.6 | - |
| YUV | 118.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 203 | 0.37 | 0.52 | 0 | 0.20 | 256.98 | 0.5 | 0.59 |
| Hex | 7F | 61 | CB | 25 | 34 | 0 | 14 | 101 | 32 | 3B |
| Octal | 177 | 141 | 313 | 45 | 64 | 0 | 24 | 401 | 62 | 73 |
| Binary | 1111111 | 1100001 | 11001011 | 100101 | 110100 | 0 | 10100 | 100000001 | 110010 | 111011 |
Color Harmonies of #7F61CB
Complementary color
Monochromatic Colors of #7F61CB
Black with #7F61CB
Text Example
Text Example
White with #7F61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F61CB; }
p { color: rgb(127,97,203); }
H1.HeaderClassName
{
color: #7F61CB;
}
.AnyTagClassName
{
color: #7F61CB;
}
</style>
background-color css
<style>
a { background-color: #7F61CB; }
a { background-color: rgb(127,97,203); }
div.DivClassName
{
background-color: #7F61CB;
}
.BgClassName
{
background-color: #7F61CB;
}
</style>
border-color css
<style>
span { border-color: #7F61CB; }
span { border-color: rgb(127,97,203); }
td.TdClassName
{
border-color: #7F61CB;
}
.TagClassName
{
border-color: #7F61CB;
}
</style>